forked from mirrors/nixpkgs
pythonPackages.hyperlink: don't create .pytest_cache
This commit is contained in:
parent
67ea56717a
commit
fcaae4fc35
|
@ -11,12 +11,6 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [ idna ];
|
||||
|
||||
checkInputs = [ pytest ];
|
||||
|
||||
checkPhase = ''
|
||||
py.test $out
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A featureful, correct URL for Python";
|
||||
license = licenses.mit;
|
||||
|
|
Loading…
Reference in a new issue