Skip to content

Commit

Permalink
Add pytest marks not bimorph not slits
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-fernandes committed Jan 31, 2024
1 parent 29abd29 commit edd4eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ allowlist_externals =
sphinx-build
sphinx-autobuild
commands =
pytest: pytest -m 'not s03' {posargs}
pytest: pytest -m 'not s03' -m 'not not bimorph' -m 'not slits' {posargs}
mypy: mypy src tests -v --ignore-missing-imports --show-traceback --no-strict-optional --check-untyped-defs {posargs}
pre-commit: pre-commit run --all-files {posargs}
docs: sphinx-{posargs:build -EW --keep-going} -T docs build/html
Expand Down

0 comments on commit edd4eef

Please sign in to comment.