pythonPackages.rfc3986: fix pytest dependency

This commit is contained in:
sveitser
2019-03-09 21:38:27 +08:00
parent 777e94d903
commit a554b1c71f

View File

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