mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
pythonPackages.rfc3986: fix pytest dependency
This commit is contained in:
parent
777e94d903
commit
a554b1c71f
@ -10,7 +10,7 @@ buildPythonPackage rec {
|
||||
sha256 = "1qf4dyxvjs7mxrxc0gr7gzyn4iflb2wgq01r5pzrxac8rnvy8fmw";
|
||||
};
|
||||
|
||||
buildInputs = [ pytest ];
|
||||
checkInputs = [ pytest ];
|
||||
checkPhase = ''
|
||||
py.test
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user