about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-26 16:37:11 -0400
committerNick Cao <nickcao@nichi.co>2024-03-26 16:38:12 -0400
commitaf01b1e01e9e5743c4ab9208f60db75677f464e3 (patch)
tree9673f10044dd7ccd8069822640520517241194ec
parent9eea60a6314d852d26571f61bda073130cfb6b97 (diff)
python311Packages.pyscf: skip newly failing test_libxc_gga_deriv4
-rw-r--r--pkgs/development/python-modules/pyscf/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/pyscf/default.nix b/pkgs/development/python-modules/pyscf/default.nix
index 7b60a47c44c32..a8c0911276b4c 100644
--- a/pkgs/development/python-modules/pyscf/default.nix
+++ b/pkgs/development/python-modules/pyscf/default.nix
@@ -84,6 +84,7 @@ buildPythonPackage rec {
     "test_n3_cis_ewald"
     "test_veff"
     "test_collinear_kgks_gga"
+    "test_libxc_gga_deriv4"
   ];
 
   pytestFlagsArray = [