Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #57119 from sveitser/python-rfc3986-pytest-fix
Browse files Browse the repository at this point in the history
pythonPackages.rfc3986: fix pytest dependency
  • Loading branch information
worldofpeace committed Mar 9, 2019
2 parents ea32c78 + 47dd2b4 commit 40953c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/rfc3986/default.nix
Expand Up @@ -10,9 +10,9 @@ buildPythonPackage rec {
sha256 = "1qf4dyxvjs7mxrxc0gr7gzyn4iflb2wgq01r5pzrxac8rnvy8fmw";
};

buildInputs = [ pytest ];
checkInputs = [ pytest ];
checkPhase = ''
py.test
pytest
'';

meta = with stdenv.lib; {
Expand Down

0 comments on commit 40953c8

Please sign in to comment.