Skip to content

Commit

Permalink
Changed slight typo in description of sbmlmath marker and limited any…
Browse files Browse the repository at this point in the history
…io version
  • Loading branch information
nanglo123 committed Sep 8, 2023
1 parent 12328c2 commit 7e814c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ reverse_relative = true
[tool.pytest.ini_options]
markers = [
"slow: marks tests as slow for pytest (deselect with '-m \"not slow\"')",
"sbmlmath: marks tests as slow for pytest (deselect with '-m \"not sbmlmath\"')"
"sbmlmath: marks tests that import sbmlmath pytest (deselect with '-m \"not sbmlmath\"')"
]
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ extras =
web
deps =
pydantic<2.0
anyio<4
commands =
coverage run -p -m pytest --durations=20 {posargs:tests} -m "not slow and not sbmlmath"
; coverage combine
Expand Down

0 comments on commit 7e814c3

Please sign in to comment.