From 1a4e0c2646b1e017403b8d59bf84af597cf44db8 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Tue, 7 Jul 2020 13:35:09 +0200 Subject: [PATCH] Add wheel to tests_require MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Speculative. Not sure why it’s suddenly needed. https://github.com/jakubroztocil/httpie/runs/845338452 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 0c738ef7..33443f55 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,7 @@ class PyTest(TestCommand): tests_require = [ + 'wheel', 'pytest-httpbin', 'pytest', 'mock',