forked from quic/ai-hub-models
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpytest.ini
20 lines (20 loc) · 808 Bytes
/
pytest.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[pytest]
testpaths = qai_hub_models
norecursedirs = build
python_files = tests.py test_*.py test.py
filterwarnings =
ignore::DeprecationWarning:coremltools.*:
ignore::DeprecationWarning:torch.*:
ignore::DeprecationWarning:torchvision.*:
ignore::DeprecationWarning:tensorflow.*:
ignore::DeprecationWarning:tensorflow-macos.*:
ignore::DeprecationWarning:tensorflow-metal.*:
ignore::DeprecationWarning:tensorflow-probability.*:
markers =
slow: marks tests as slow
slow_cloud: marks test as slow and cloud-dependent
compile: marks tests that run compile jobs
profile: marks tests that run profile jobs
inference: marks tests that run inference jobs
export: marks tests that run full export scripts
unmarked: default marker added to any job with no markers