python3Packages.requests-unixsocket: fix tests
This commit is contained in:
parent
7308561b35
commit
60671ec1cb
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ buildPythonPackage rec {
|
|||
|
||||
checkInputs = [ pytest pytestpep8 waitress ];
|
||||
checkPhase = ''
|
||||
rm pytest.ini
|
||||
py.test
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue