pythonPackages.rfc3986: fix pytest dependency

This commit is contained in:
sveitser 2019-03-09 21:38:27 +08:00
parent 777e94d903
commit a554b1c71f
No known key found for this signature in database
GPG Key ID: 765E892DAE70682C

View File

@ -10,7 +10,7 @@ buildPythonPackage rec {
sha256 = "1qf4dyxvjs7mxrxc0gr7gzyn4iflb2wgq01r5pzrxac8rnvy8fmw"; sha256 = "1qf4dyxvjs7mxrxc0gr7gzyn4iflb2wgq01r5pzrxac8rnvy8fmw";
}; };
buildInputs = [ pytest ]; checkInputs = [ pytest ];
checkPhase = '' checkPhase = ''
py.test py.test
''; '';