Add wheel to tests_require

Speculative. Not sure why it’s suddenly needed.

https://github.com/jakubroztocil/httpie/runs/845338452
This commit is contained in:
Jakub Roztocil 2020-07-07 13:35:09 +02:00
parent 0d480139e4
commit 1a4e0c2646

View File

@ -29,6 +29,7 @@ class PyTest(TestCommand):
tests_require = [
'wheel',
'pytest-httpbin',
'pytest',
'mock',