python3Packages.requests-unixsocket: fix tests
This commit is contained in:
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
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user