pythonPackages.hyperlink: don't create .pytest_cache

This commit is contained in:
Ben Wolsieffer 2018-08-31 13:09:39 -04:00
parent 67ea56717a
commit fcaae4fc35

View File

@ -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;