We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc152d2 commit 13f14e4Copy full SHA for 13f14e4
pyproject.toml
@@ -60,7 +60,3 @@ requires = [
60
"cmake~=3.24.0; platform_system == 'Darwin' and platform_machine == 'arm64'",
61
]
62
build-backend = "py_build_cmake.build"
63
-
64
-[tool.pytest.ini_options]
65
-markers = [
66
-]
tests/python_tests/conftest.py
@@ -53,5 +53,4 @@ def pytest_addoption(parser):
53
54
55
def pytest_configure(config: pytest.Config):
56
- pytest.run_marker = None
57
pytest.selected_model_ids = config.getoption("--model_ids", default=None)
0 commit comments