Skip to content

Commit

Permalink
fix test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Aug 2, 2024
1 parent 46ad6aa commit 38d1ee5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 54 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: |
python -m pip install --upgrade pip wheel setuptools
python -m pip install pytest pytest-astropy pyyaml coveralls
python -m pip install numpy\<2.0 scipy matplotlib astropy
python -m pip install numpy\<2.0 scipy matplotlib astropy\<6.0
- name: Run the test with coverage
run: pytest --cov
Expand Down
52 changes: 0 additions & 52 deletions conftest.py

This file was deleted.

2 changes: 1 addition & 1 deletion speclite/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# variables that are used for configuration.
from pytest_astropy_header.display import PYTEST_HEADER_MODULES, TESTED_VERSIONS

from astropy.tests.helper import enable_deprecations_as_exceptions
# from astropy.tests.helper import enable_deprecations_as_exceptions

## Uncomment the following line to treat all DeprecationWarnings as
## exceptions
Expand Down

0 comments on commit 38d1ee5

Please sign in to comment.