mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
pythonPackages.rfc3986: fix pytest dependency
This commit is contained in:
parent
777e94d903
commit
a554b1c71f
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ buildPythonPackage rec {
|
|||
sha256 = "1qf4dyxvjs7mxrxc0gr7gzyn4iflb2wgq01r5pzrxac8rnvy8fmw";
|
||||
};
|
||||
|
||||
buildInputs = [ pytest ];
|
||||
checkInputs = [ pytest ];
|
||||
checkPhase = ''
|
||||
py.test
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue