python3.pkgs.pyscf: disable adc tests due to file handle limitations

This commit is contained in:
Phillip Seeber 2021-12-13 10:41:32 +01:00
parent 3668cf87bd
commit 926b89c1d5

View file

@ -66,6 +66,7 @@ buildPythonPackage rec {
nosetests pyscf/ -v \
--exclude-dir=examples --exclude-dir=pyscf/pbc/grad \
--exclude-dir=pyscf/x2c \
--exclude-dir=pyscf/adc \
--exclude-dir=pyscf/pbc/tdscf \
-e test_bz \
-e h2o_vdz \