python3Packages.requests-unixsocket: fix tests

This commit is contained in:
Jonathan Ringer
2020-12-01 14:44:25 +01:00
committed by Frederik Rietdijk
parent 7308561b35
commit 60671ec1cb
@@ -16,6 +16,7 @@ buildPythonPackage rec {
checkInputs = [ pytest pytestpep8 waitress ]; checkInputs = [ pytest pytestpep8 waitress ];
checkPhase = '' checkPhase = ''
rm pytest.ini
py.test py.test
''; '';