Skip to content

Commit 3f5cf8c

Browse files
committed
fix maybe:
1 parent d232b8e commit 3f5cf8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,8 @@ ignore_messages = [
290290
]
291291

292292
[tool.pytest.ini_options]
293-
minversion = "7.0.0"
294-
python_files = "test_*.py"
293+
minversion = "7.0"
295294
junit_family = "xunit2"
296295
addopts = "--import-mode=importlib"
297-
testpaths = "lib"
296+
python_files = ["test_*.py"]
297+
testpaths = ["lib"]

0 commit comments

Comments
 (0)