mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-06-08 10:54:55 +08:00
fix pytest loop (#1863)
* fix pytest loop * auto * Revert "auto" This reverts commit 8fa51c8e986627b3f4731b731b2edde5e0bcfb52.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user