Merge pull request #57119 from sveitser/python-rfc3986-pytest-fix

pythonPackages.rfc3986: fix pytest dependency
This commit is contained in:
worldofpeace 2019-03-09 12:56:38 -05:00 committed by GitHub
commit 40953c84e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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