Skip to content

Commit 2f8094c

Browse files
committed
Adressing PR comments
1 parent 379af12 commit 2f8094c

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,3 @@ requires = [
6060
"cmake~=3.24.0; platform_system == 'Darwin' and platform_machine == 'arm64'",
6161
]
6262
build-backend = "py_build_cmake.build"
63-
64-
[tool.pytest.ini_options]
65-
markers = [
66-
]

tests/python_tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,4 @@ def pytest_addoption(parser):
5353

5454

5555
def pytest_configure(config: pytest.Config):
56-
pytest.run_marker = None
5756
pytest.selected_model_ids = config.getoption("--model_ids", default=None)

0 commit comments

Comments
 (0)