about summary refs log tree commit diff
path: root/pkgs/development/python-modules/hyperlink
diff options
context:
space:
mode:
authorBen Wolsieffer <benwolsieffer@gmail.com>2018-08-31 13:09:39 -0400
committerBen Wolsieffer <benwolsieffer@gmail.com>2018-10-11 18:15:16 -0400
commitfcaae4fc356adf6ca8c9708fa7939a0a97cffd92 (patch)
tree46808e86add0f99e9f4bd2c5ec30bfbdb985be12 /pkgs/development/python-modules/hyperlink
parent67ea56717a54096f499b195a4f44d11fdbbcda2b (diff)
downloadnixlib-fcaae4fc356adf6ca8c9708fa7939a0a97cffd92.tar
nixlib-fcaae4fc356adf6ca8c9708fa7939a0a97cffd92.tar.gz
nixlib-fcaae4fc356adf6ca8c9708fa7939a0a97cffd92.tar.bz2
nixlib-fcaae4fc356adf6ca8c9708fa7939a0a97cffd92.tar.lz
nixlib-fcaae4fc356adf6ca8c9708fa7939a0a97cffd92.tar.xz
nixlib-fcaae4fc356adf6ca8c9708fa7939a0a97cffd92.tar.zst
nixlib-fcaae4fc356adf6ca8c9708fa7939a0a97cffd92.zip
pythonPackages.hyperlink: don't create .pytest_cache
Diffstat (limited to 'pkgs/development/python-modules/hyperlink')
-rw-r--r--pkgs/development/python-modules/hyperlink/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/development/python-modules/hyperlink/default.nix b/pkgs/development/python-modules/hyperlink/default.nix
index 53a245c45dcf..2e2e4e1cb774 100644
--- a/pkgs/development/python-modules/hyperlink/default.nix
+++ b/pkgs/development/python-modules/hyperlink/default.nix
@@ -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;