python312Packages.pyscf: disable more failing tests

These fail due to deprecated API calls

Co-authored-by: Phillip <sheepforce@users.noreply.github.com>
This commit is contained in:
Doron Behar
2024-07-22 15:45:51 +03:00
co-authored by Phillip
parent 4f37fc7a48
commit a52c6d92e1
@@ -86,6 +86,7 @@ buildPythonPackage rec {
"test_veff"
"test_collinear_kgks_gga"
"test_libxc_gga_deriv4"
"test_sacasscf_grad"
];
pytestFlagsArray = [
@@ -94,6 +95,8 @@ buildPythonPackage rec {
"--ignore-glob=*_slow.*py"
"--ignore-glob=*_kproxy_.*py"
"--ignore-glob=test_proxy.py"
"--ignore-glob=pyscf/nac/test/test_sacasscf.py"
"--ignore-glob=pyscf/grad/test/test_casscf.py"
];
meta = with lib; {