Skip to content

Commit f10c230

Browse files
committed
tests: disable the legacy tmpdir fixture
1 parent 1a41415 commit f10c230

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
@@ -132,7 +132,8 @@ ignore_missing_imports = true
132132

133133

134134
[tool.pytest.ini_options]
135-
addopts = "-n logical"
135+
addopts = "-n logical -p no:legacypath"
136+
testpaths = ["tests"]
136137

137138

138139
[tool.vendoring]

0 commit comments

Comments
 (0)