File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ dev = [
5656 { include-group = " test" },
5757 { include-group = " docs" },
5858]
59- test = [" pytest" , " pytest-cov" ]
59+ test = [" pytest > 9 " , " pytest-cov" ]
6060docs = [" ipykernel" , " ipympl" , " seaborn" ]
6161
6262[project .urls ]
@@ -83,19 +83,13 @@ tag_regex = '^(?P<version>v?\d+\.\d+\.\d+)$'
8383# https://github.com/ofek/hatch-vcs/discussions/12
8484local_scheme = " no-local-version"
8585
86- [tool .pytest .ini_options ]
87- addopts = [
88- " -ra" ,
89- " --doctest-glob=README.md" ,
90- " --import-mode=importlib" ,
91- " --strict-config" ,
92- " --strict-markers" ,
93- ]
86+ [tool .pytest ]
87+ addopts = [" -ra" , " --doctest-glob=README.md" , " --showlocals" ]
9488filterwarnings = [" error" ]
95- log_cli_level = " DEBUG"
96- minversion = " 7 "
89+ log_level = " DEBUG"
90+ minversion = " 9 "
9791testpaths = [" README.md" , " tests" ]
98- xfail_strict = true
92+ strict = true
9993
10094[tool .ruff .lint ]
10195extend-select = [" ALL" ]
You can’t perform that action at this time.
0 commit comments