Skip to content

Commit

Permalink
The tests actually require wheel (#2843)
Browse files Browse the repository at this point in the history
  • Loading branch information
hroncok committed Jan 10, 2023
1 parent fd25b2b commit ce2e8db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/changelog/2843.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Explicitly list ``wheel`` as requirement for the tests, as some of the tests error without it.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ optional-dependencies.testing = [
"pytest-mock>=3.10",
"pytest-xdist>=3.1",
"re-assert>=1.1",
"wheel>=0.38.4",
"time-machine>=2.8.2; implementation_name != \"pypy\"",
]
scripts.tox = "tox.run:run"
Expand Down

0 comments on commit ce2e8db

Please sign in to comment.