mirror of
https://github.com/mozilla/ichnaea.git
synced 2025-12-05 01:10:44 +00:00
Avoid pytest recursing into static content folder
When the datamaps script is run in development, the static content folder has a lot of files and directories, slowing down pytest test collection.
This commit is contained in:
@@ -21,7 +21,7 @@ max-line-length = 88
|
||||
# -rsxX - show skipped, failed, and passed tests
|
||||
addopts = --pyargs --tb=native -rsxX -p no:cacheprovider --durations=10
|
||||
python_files = test_*.py tests.py
|
||||
norecursedirs = .git docs __pycache__ docker
|
||||
norecursedirs = .git docs __pycache__ docker static source_data
|
||||
testpaths = ichnaea/ mobile_codes/
|
||||
|
||||
[tool:release]
|
||||
|
||||
Reference in New Issue
Block a user