Skip to content

Commit e1e8ebb

Browse files
committed
Only run pytest with tests/v4 tests
1 parent 02d3882 commit e1e8ebb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ local_scheme = "no-local-version"
119119
[tool.pytest.ini_options]
120120
addopts = ["--strict-config", "--strict-markers"]
121121
xfail_strict = true
122-
testpaths = ["tests", "docs/examples"]
122+
# testpaths = ["tests", "docs/examples"] # TODO v4: Re-enable once `tests/v4` separation is gone
123+
testpaths = ["tests/v4"]
123124
python_files = ["test_*.py", "example_*.py", "*tutorial*"]
124125
minversion = "7"
125126
markers = [ # can be skipped by doing `pytest -m "not slow"` etc.

0 commit comments

Comments
 (0)