summary refs log tree commit diff
path: root/pkgs/development/python-modules/descartes
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-03-05 01:08:00 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-03-05 18:14:37 +0100
commitc8a1ce0fcad06b84251a08fe2a764f1f33984a58 (patch)
tree0917e7137117ce1639aec7d4c25fabb33d18ade9 /pkgs/development/python-modules/descartes
parent40a88de4076ec224172506e483b04c6668a5b34e (diff)
downloadnixpkgs-c8a1ce0fcad06b84251a08fe2a764f1f33984a58.tar
nixpkgs-c8a1ce0fcad06b84251a08fe2a764f1f33984a58.tar.gz
nixpkgs-c8a1ce0fcad06b84251a08fe2a764f1f33984a58.tar.bz2
nixpkgs-c8a1ce0fcad06b84251a08fe2a764f1f33984a58.tar.lz
nixpkgs-c8a1ce0fcad06b84251a08fe2a764f1f33984a58.tar.xz
nixpkgs-c8a1ce0fcad06b84251a08fe2a764f1f33984a58.tar.zst
nixpkgs-c8a1ce0fcad06b84251a08fe2a764f1f33984a58.zip
pythonPackages.descartes: mark broken
Diffstat (limited to 'pkgs/development/python-modules/descartes')
-rw-r--r--pkgs/development/python-modules/descartes/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/descartes/default.nix b/pkgs/development/python-modules/descartes/default.nix
index b10526ff0fd..a4df1fe20c9 100644
--- a/pkgs/development/python-modules/descartes/default.nix
+++ b/pkgs/development/python-modules/descartes/default.nix
@@ -21,5 +21,7 @@ buildPythonPackage rec {
     homepage = "https://bitbucket.org/sgillies/descartes/";
     license = licenses.bsd3;
     maintainers = with maintainers; [ knedlsepp ];
+    # all tests are failing
+    broken = true;
   };
 }