mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 00:03:45 +08:00
CI: use "slow" marker for pytest (#30063)
* skip to mark * fix quotes old-commit-hash: 0251742079b206ce40a3b4d8ae9cec1381494d4a
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user