python3Packages.aiohttp: clean up dependencies

This commit is contained in:
Robert Schütz 2018-02-10 10:29:11 +01:00
parent 9c105bdf8f
commit 43795b2cea

View File

@ -9,7 +9,6 @@
, idna-ssl
, pytest
, gunicorn
, pytest-raisesregexp
, pytest-mock
}:
@ -24,7 +23,7 @@ buildPythonPackage rec {
disabled = pythonOlder "3.4";
checkInputs = [ pytest gunicorn pytest-raisesregexp pytest-mock ];
checkInputs = [ pytest gunicorn pytest-mock ];
propagatedBuildInputs = [ async-timeout chardet multidict yarl ]
++ lib.optional (pythonOlder "3.7") idna-ssl;