Skip to content

Commit

Permalink
pyproject.toml: ignore some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHaussmann authored Feb 11, 2024
1 parent 9237628 commit fdc46eb
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 @@ -69,7 +69,7 @@ filterwarnings = [
"ignore::DeprecationWarning",
]
log_cli = true
addopts = "--doctest-modules --ignore=spil_plugins --ignore=spil/sid/read/finders/find_cache.py --capture=no"
addopts = "--doctest-modules --ignore=spil_plugins --ignore=spil/sid/read/finders/find_cache.py --ignore=spil_hamlet_conf/hamlet_tests/performance --capture=no"

#log_cli_level = 10
#testpaths = [
Expand Down

0 comments on commit fdc46eb

Please sign in to comment.