Files
wehub-resource-sync 593b94c120
pytest / Unit Tests (push) Has been cancelled
pytest / Integration (integration_tests_a) (push) Has been cancelled
pytest / Integration (integration_tests_b) (push) Has been cancelled
pytest / Integration (integration_tests_c) (push) Has been cancelled
pytest / Integration (integration_tests_d) (push) Has been cancelled
pytest / Integration (integration_tests_e) (push) Has been cancelled
pytest / Integration (integration_tests_f) (push) Has been cancelled
pytest / Integration (integration_tests_g) (push) Has been cancelled
pytest / Integration (integration_tests_h) (push) Has been cancelled
pytest / Integration (integration_tests_i) (push) Has been cancelled
pytest / Integration (integration_tests_j) (push) Has been cancelled
pytest / Distributed (distributed_a) (push) Has been cancelled
pytest / Distributed (distributed_b) (push) Has been cancelled
pytest / Distributed (distributed_c) (push) Has been cancelled
pytest / Distributed (distributed_d) (push) Has been cancelled
pytest / Distributed (distributed_e) (push) Has been cancelled
pytest / Distributed (distributed_f) (push) Has been cancelled
pytest / Minimal Install (push) Has been cancelled
pytest / Event File (push) Has been cancelled
pytest (slow) / py-slow (push) Has been cancelled
Publish JSON Schema / publish-schema (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:49:20 +08:00

30 lines
1.8 KiB
INI

[pytest]
markers =
benchmark: mark a test as a benchmarking test.
distributed: mark a test as a distributed test.
filesystem: mark to test operating system systems.
slow: mark test as slow.
combinatorial: mark a test as combinatorial.
llm: mark a test as an LLM test.
integration_tests_a: mark a test to be run as part of integration tests, group A.
integration_tests_b: mark a test to be run as part of integration tests, group B.
integration_tests_c: mark a test to be run as part of integration tests, group C.
integration_tests_d: mark a test to be run as part of integration tests, group D.
integration_tests_e: mark a test to be run as part of integration tests, group E.
integration_tests_f: mark a test to be run as part of integration tests, group F.
integration_tests_g: mark a test to be run as part of integration tests, group G.
integration_tests_h: mark a test to be run as part of integration tests, group H.
integration_tests_i: mark a test to be run as part of integration tests, group I.
integration_tests_j: mark a test to be run as part of integration tests, group J.
distributed_a: mark a distributed test to be run in distributed group A.
distributed_b: mark a distributed test to be run in distributed group B.
distributed_c: mark a distributed test to be run in distributed group C.
distributed_d: mark a distributed test to be run in distributed group D.
distributed_e: mark a distributed test to be run in distributed group E.
distributed_f: mark a distributed test to be run in distributed group F.
filterwarnings =
ignore::marshmallow.warnings.RemovedInMarshmallow4Warning
ignore::DeprecationWarning:importlib._bootstrap
ignore:builtin type Swig:DeprecationWarning
ignore:.*torch.jit.script.*is deprecated:DeprecationWarning