We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e96db7 commit 951a9feCopy full SHA for 951a9fe
2 files changed
newsfragments/1218.misc.rst
@@ -0,0 +1 @@
1
+Update pytest configuration to toml-native
pyproject.toml
@@ -56,12 +56,12 @@ include = ["pytest_postgresql*"]
56
exclude = ["tests*"]
57
namespaces = false
58
59
-[tool.pytest.ini_options]
60
-xfail_strict=true
61
-addopts = "--showlocals --verbose --cov"
62
-testpaths = "tests"
+[tool.pytest]
+strict_xfail=true
+addopts = ["--showlocals", "--verbose", "--cov"]
+testpaths = ["tests"]
63
pytester_example_dir = "tests/examples"
64
-norecursedirs = "examples"
+norecursedirs = ["examples"]
65
66
[tool.ruff]
67
line-length = 120
0 commit comments