pythonPackages.rfc3986: fix pytest dependency
This commit is contained in:
parent
777e94d903
commit
a554b1c71f
@ -10,7 +10,7 @@ buildPythonPackage rec {
|
|||||||
sha256 = "1qf4dyxvjs7mxrxc0gr7gzyn4iflb2wgq01r5pzrxac8rnvy8fmw";
|
sha256 = "1qf4dyxvjs7mxrxc0gr7gzyn4iflb2wgq01r5pzrxac8rnvy8fmw";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pytest ];
|
checkInputs = [ pytest ];
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
py.test
|
py.test
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user