Skip to content

Commit

Permalink
Run pytest tests (#297)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Jul 19, 2024
2 parents 1b0c96c + 806cfd6 commit 26f99d0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,18 @@ test:
- conda_smithy
- conda_smithy.ci_register
- conda_smithy.configure_feedstock
requires:
- mock
- pytest
- pytest-cov
- pydantic >=2,<3
source_files:
- tests/
commands:
- conda smithy --help
# Run the tests but ignore tests that fail at the time of writing.
- pytest tests --ignore tests/test_anaconda_token_rotation.py --ignore tests/test_cli.py --ignore tests/test_configure_feedstock.py


about:
home: https://github.com/conda-forge/conda-smithy
Expand Down

0 comments on commit 26f99d0

Please sign in to comment.