Skip to content

Commit ce2e8db

Browse files
authored
The tests actually require wheel (#2843)
1 parent fd25b2b commit ce2e8db

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/changelog/2843.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Explicitly list ``wheel`` as requirement for the tests, as some of the tests error without it.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ optional-dependencies.testing = [
6060
"pytest-mock>=3.10",
6161
"pytest-xdist>=3.1",
6262
"re-assert>=1.1",
63+
"wheel>=0.38.4",
6364
"time-machine>=2.8.2; implementation_name != \"pypy\"",
6465
]
6566
scripts.tox = "tox.run:run"

0 commit comments

Comments
 (0)