Skip to content

Commit 0bf2018

Browse files
authored
Merge pull request #31 from olebole/remove-astropy-dependency
Remove astropy dependency
2 parents 2dc3e3d + 2d3e67e commit 0bf2018

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ setup_requires =
3232
install_requires =
3333
pytest>=4.6
3434
numpy
35+
36+
[options.extras_require]
37+
test =
3538
astropy
3639

3740
[options.entry_points]

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ deps =
1919
pytest61: pytest==6.1.*
2020
pytest62: pytest==6.2.*
2121
pytestdev: git+https://github.com/pytest-dev/pytest#egg=pytest
22-
22+
extras =
23+
test
2324
commands =
2425
pip freeze
2526
pytest {toxinidir}/tests {posargs}

0 commit comments

Comments
 (0)