Skip to content

Commit

Permalink
ignore testsupport directory when running pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
Melissa Gymrek authored and Melissa Gymrek committed Aug 26, 2024
1 parent dfec9c2 commit 5a46e39
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 @@ -68,7 +68,7 @@ annotaTR = "trtools.annotaTR:run"

[tool.pytest.ini_options]
addopts = """
--ignore noxfile.py
--ignore noxfile.py --ignore trtools/testsupport/
-p trtools.testsupport.dataloader
--doctest-modules
"""
Expand Down

0 comments on commit 5a46e39

Please sign in to comment.