Skip to content

Commit

Permalink
Fixed typo in tox.ini file where marks were not separated by commas i…
Browse files Browse the repository at this point in the history
…n list of markers
  • Loading branch information
nanglo123 committed Sep 8, 2023
1 parent b7bbbdb commit 12328c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ reverse_relative = true

[tool.pytest.ini_options]
markers = [
"slow: marks tests as slow for pytest (deselect with '-m \"not slow\"')"
"sbmlmath: marks tests that should not be tested due to them using sbmlmath"
"slow: marks tests as slow for pytest (deselect with '-m \"not slow\"')",
"sbmlmath: marks tests as slow for pytest (deselect with '-m \"not sbmlmath\"')"
]

0 comments on commit 12328c2

Please sign in to comment.