python3Packages.pyscf: fix tests

This commit is contained in:
Phillip Seeber
2025-07-29 11:07:31 +02:00
parent c62495665e
commit 558ecc122d
@@ -101,9 +101,6 @@ buildPythonPackage rec {
disabledTestPaths = [
"pyscf/pbc/tdscf"
"pyscf/pbc/gw"
"*_slow.*py"
"*_kproxy_.*py"
"test_proxy.py"
"pyscf/nac/test/test_sacasscf.py"
"pyscf/grad/test/test_casscf.py"
];