CI: use "slow" marker for pytest (#30063)

* skip to mark

* fix quotes
old-commit-hash: 0251742079b206ce40a3b4d8ae9cec1381494d4a
This commit is contained in:
Justin Newberry
2023-09-26 13:44:18 -07:00
committed by GitHub
parent 80d7235cbc
commit ef75f0ab12
5 changed files with 6 additions and 10 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ addopts = "--ignore=openpilot/ --ignore=cereal/ --ignore=opendbc/ --ignore=panda
python_files = "test_*.py"
#timeout = "30" # you get this long by default
markers = [
"parallel: mark tests as parallelizable (tests with no global state, so can be run in parallel)"
"slow: tests that take awhile to run and can be skipped with -m 'not slow'"
]
testpaths = [
"common",