auto-sync: 2026-06-08 23:38:34 (catch-all)

This commit is contained in:
cfdaily
2026-06-08 23:38:34 +08:00
parent 8c6782a7ad
commit ec2bd9b3ec
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -21,6 +21,10 @@ def pytest_configure(config):
for name, desc in markers.items():
config.addinivalue_line("markers", f"{name}: {desc}")
# When RUN_INTEGRATION=1, remove default marker filter so integration/e2e tests run
if os.environ.get("RUN_INTEGRATION"):
config.known_args_namespace.markexpr = ""
@pytest.fixture
def isolated_data_root(tmp_path):