Python: fix outfall after setting strictDeps = true;
This commit is contained in:
@@ -70,7 +70,7 @@ in buildPythonApplication rec {
|
||||
checkInputs = [ mock ];
|
||||
|
||||
checkPhase = ''
|
||||
PYTHONPATH=".:$PYTHONPATH" trial tests
|
||||
PYTHONPATH=".:$PYTHONPATH" ${python3.interpreter} -m twisted.trial tests
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
||||
Reference in New Issue
Block a user