python3Packages.requests-unixsocket: fix tests

This commit is contained in:
Jonathan Ringer 2020-11-30 16:48:18 -08:00 committed by Frederik Rietdijk
parent 7308561b35
commit 60671ec1cb

View File

@ -16,6 +16,7 @@ buildPythonPackage rec {
checkInputs = [ pytest pytestpep8 waitress ]; checkInputs = [ pytest pytestpep8 waitress ];
checkPhase = '' checkPhase = ''
rm pytest.ini
py.test py.test
''; '';