fix pytest loop (#1863)

* fix pytest loop

* auto

* Revert "auto"

This reverts commit 8fa51c8e986627b3f4731b731b2edde5e0bcfb52.
This commit is contained in:
Shane Smiskol
2024-02-13 18:48:17 -06:00
committed by GitHub
parent 87f87d49ac
commit e41c157a24

View File

@@ -5,3 +5,7 @@ ignore = ["W292", "E741", "E402", "C408", "ISC003"]
line-length = 160
target-version="py311"
flake8-implicit-str-concat.allow-multiline=false
[tool.pytest.ini_options]
# FIXME: pytest 8.0.0 now collects all files, stop pytest-cpp from running these
addopts = "--ignore=test.sh --ignore=test_coverage.sh"