about summary refs log tree commit diff
path: root/pkgs/development/python2-modules
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-01-02 10:55:23 +0300
committerK900 <me@0upti.me>2024-01-02 10:55:23 +0300
commit887e96e875e933c0a5d203ffc40e202f3d16317e (patch)
tree07c2de06c350dc5e330f71aa79796368ae5e2179 /pkgs/development/python2-modules
parent494bdb470881cb8714b47a0bbb0048157e8fdeda (diff)
parent6786065ebd23800c6673fe80a5c97d3ec9e439d6 (diff)
downloadnixlib-887e96e875e933c0a5d203ffc40e202f3d16317e.tar
nixlib-887e96e875e933c0a5d203ffc40e202f3d16317e.tar.gz
nixlib-887e96e875e933c0a5d203ffc40e202f3d16317e.tar.bz2
nixlib-887e96e875e933c0a5d203ffc40e202f3d16317e.tar.lz
nixlib-887e96e875e933c0a5d203ffc40e202f3d16317e.tar.xz
nixlib-887e96e875e933c0a5d203ffc40e202f3d16317e.tar.zst
nixlib-887e96e875e933c0a5d203ffc40e202f3d16317e.zip
Merge remote-tracking branch 'origin/master' into staging-next
Diffstat (limited to 'pkgs/development/python2-modules')
-rw-r--r--pkgs/development/python2-modules/attrs/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/development/python2-modules/attrs/default.nix b/pkgs/development/python2-modules/attrs/default.nix
index 4b10f4203e8b..f4b4b505721f 100644
--- a/pkgs/development/python2-modules/attrs/default.nix
+++ b/pkgs/development/python2-modules/attrs/default.nix
@@ -32,10 +32,6 @@ buildPythonPackage rec {
   # Instead, we do this as a passthru.tests test.
   doCheck = false;
 
-  passthru.tests = {
-    pytest = callPackage ./tests.nix { };
-  };
-
   meta = with lib; {
     description = "Python attributes without boilerplate";
     homepage = "https://github.com/hynek/attrs";