Merge pull request #57119 from sveitser/python-rfc3986-pytest-fix
pythonPackages.rfc3986: fix pytest dependency
This commit is contained in:
commit
40953c84e4
@ -10,9 +10,9 @@ buildPythonPackage rec {
|
||||
sha256 = "1qf4dyxvjs7mxrxc0gr7gzyn4iflb2wgq01r5pzrxac8rnvy8fmw";
|
||||
};
|
||||
|
||||
buildInputs = [ pytest ];
|
||||
checkInputs = [ pytest ];
|
||||
checkPhase = ''
|
||||
py.test
|
||||
pytest
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user