Commit 558ecc12 authored by Phillip Seeber's avatar Phillip Seeber
Browse files

python3Packages.pyscf: fix tests

parent c6249566
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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"
  ];