Skip to content

Commit

Permalink
CI: hopefully get int deriv tests running
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab authored May 16, 2018
1 parent 9b40c41 commit 1bd46a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/addons.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def is_numpy_new_enough(version_feature_introduced):
using_psi4_efpmints = pytest.mark.skipif(is_psi4_new_enough("1.2a1.dev507") is False,
reason="Psi4 does not include EFP integrals in mints. Update to development head")

using_psi4_python_integral_deriv = pytest.mark.skipif(is_psi4_new_enough("1000") is False,
using_psi4_python_integral_deriv = pytest.mark.skipif(is_psi4_new_enough("1.2a1.dev1000") is False,
reason="Psi4 does not include derivatives of integrals exported to python. Update to development head")

using_numpy_113 = pytest.mark.skipif(is_numpy_new_enough("1.13.0") is False,
Expand Down

0 comments on commit 1bd46a6

Please sign in to comment.