Skip to content

Commit

Permalink
dont always test notebooks
Browse files Browse the repository at this point in the history
see #686 why
  • Loading branch information
martinvonk committed Feb 19, 2024
1 parent 0f4ec11 commit 1071845
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 @@ -100,7 +100,7 @@ legacy_tox_ini = """
description = run unit tests
extras = ci
commands =
pytest tests -m "not notebooks" -m "not bnotebooks"
pytest tests -m "not notebooks and not bnotebooks"
[testenv:all]
description = run all unit tests (including Notebooks) and obtain coverage
Expand Down

0 comments on commit 1071845

Please sign in to comment.