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 fd25b2b commit ce2e8dbCopy full SHA for ce2e8db
docs/changelog/2843.bugfix.rst
@@ -0,0 +1 @@
1
+Explicitly list ``wheel`` as requirement for the tests, as some of the tests error without it.
pyproject.toml
@@ -60,6 +60,7 @@ optional-dependencies.testing = [
60
"pytest-mock>=3.10",
61
"pytest-xdist>=3.1",
62
"re-assert>=1.1",
63
+ "wheel>=0.38.4",
64
"time-machine>=2.8.2; implementation_name != \"pypy\"",
65
]
66
scripts.tox = "tox.run:run"
0 commit comments