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