We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b16cecf commit b24411cCopy full SHA for b24411c
docs/sphinx/source/whatsnew/v0.13.2.rst
@@ -53,6 +53,8 @@ Documentation
53
54
Testing
55
~~~~~~~
56
+* Update pytest configuration in ``pyproject.toml`` to work with pytest 9.0.
57
+ (:pull:`2596`)
58
59
60
Benchmarking
pyproject.toml
@@ -99,7 +99,9 @@ pvlib = ["data/*"]
99
100
[tool.pytest]
101
junit_family = "xunit2"
102
-testpaths = "tests"
+testpaths = [
103
+ "tests"
104
+]
105
# warning messages to suppress from pytest output. useful in cases
106
# where a dependency hasn't addressed a deprecation yet, and there's
107
# nothing we can do to fix it ourselves.
0 commit comments