Pytest: don't rerun cereal unittests (#29781)

pytest don't rerun cereal
old-commit-hash: 16c99e3e7febdac58cc67726768f6413a6cbf74f
This commit is contained in:
Justin Newberry
2023-09-05 14:06:03 -07:00
committed by GitHub
parent 8062f1636e
commit 1ed42179c3

View File

@@ -1,6 +1,6 @@
[tool.pytest.ini_options]
minversion = "6.0"
addopts = "--ignore=openpilot/ --ignore=opendbc/ --ignore=panda/ --ignore=rednose_repo/ --ignore=tinygrad_repo/ --ignore=laika_repo/ -Werror --strict-config --strict-markers"
addopts = "--ignore=openpilot/ --ignore=cereal/ --ignore=opendbc/ --ignore=panda/ --ignore=rednose_repo/ --ignore=tinygrad_repo/ --ignore=laika_repo/ -Werror --strict-config --strict-markers"
python_files = "test_*.py"
#timeout = "30" # you get this long by default
markers = [