File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Original file line number Diff line number Diff line change @@ -25,19 +25,26 @@ dependencies = [
25
25
]
26
26
27
27
[project .optional-dependencies ]
28
- test = [" pytest >= 7.4 " , " pytest-cov >= 4.1 " ]
28
+ test = [" pytest >= 8.0 " , " pytest-cov >= 5.0 " ]
29
29
lint = [" pre-commit == 3.7.1" ]
30
30
dev = [" changelist == 0.5" ]
31
31
32
32
[project .urls ]
33
33
Home = " https://scientific-python.org/specs/spec-0001/"
34
34
Source = " https://github.com/scientific-python/lazy-loader"
35
35
36
+ [tool .setuptools .dynamic .version ]
37
+ attr = ' lazy_loader.__version__'
38
+
36
39
[tool .changelist ]
37
40
ignored_user_logins = [" dependabot[bot]" , " pre-commit-ci[bot]" , " web-flow" ]
38
41
39
- [tool .setuptools .dynamic .version ]
40
- attr = ' lazy_loader.__version__'
42
+ [tool .pytest .ini_options ]
43
+ minversion = " 8.0"
44
+ addopts = [" -ra" , " --showlocals" , " --strict-markers" , " --strict-config" ]
45
+ xfail_strict = true
46
+ filterwarnings = [" error" ]
47
+ log_cli_level = " info"
41
48
42
49
[tool .ruff ]
43
50
exclude = [
You can’t perform that action at this time.
0 commit comments