Skip to content

Commit

Permalink
updating tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkaplantest committed Sep 5, 2024
1 parent 1a69cc1 commit 6b662bf
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,8 @@ depends =
docs: notebooks

[testenv:singletest]
# Make sure the astropy cache is shared with the user's usual.
# Also allow tests that pop up a window to work if possible
passenv =
HOME
DISPLAY
HYPOTHESIS_PROFILE

description =
Try a simple run with a single test
deps =
numpy
numdifftools
Expand All @@ -70,7 +65,7 @@ deps =
coverage
hypothesis<=6.72.0
setuptools
commands = pytest -v tests/test_model_derivatives.py
commands = pytest tests/test_model_derivatives.py


[testenv:ephemeris_connection]
Expand Down

0 comments on commit 6b662bf

Please sign in to comment.