about summary refs log tree commit diff
path: root/pkgs/development/python-modules/crate
diff options
context:
space:
mode:
authorRobert T. McGibbon <rmcgibbo@gmail.com>2021-05-08 19:44:00 -0400
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-08 17:09:01 -0700
commitda98a2dac872e13820385b9da53adbb7960f5151 (patch)
tree827624efa617df91774c5277f07708823f223729 /pkgs/development/python-modules/crate
parentdb770a84f11b5322f4d688a3b3dfe111283ecd92 (diff)
python3Packages.crate: fix build
Diffstat (limited to 'pkgs/development/python-modules/crate')
-rw-r--r--pkgs/development/python-modules/crate/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/crate/default.nix b/pkgs/development/python-modules/crate/default.nix
index 9be85ff4b3cda..07b9652e7753f 100644
--- a/pkgs/development/python-modules/crate/default.nix
+++ b/pkgs/development/python-modules/crate/default.nix
@@ -29,6 +29,9 @@ buildPythonPackage rec {
     pytestCheckHook
   ];
 
+  disabledTests = [
+    "RequestsCaBundleTest"
+  ];
   disabledTestPaths = lib.optionals stdenv.isDarwin [ "src/crate/client/test_http.py" ];
 
   meta = with lib; {