Skip to content

Commit 61da138

Browse files
committed
Remove astropy dependency
This removal breaks the circular dependency astropy --> pytest-astropy --> pytest-arraydiff which may be problematic when upgrading or so. It also eases the use of pytest-arraydiff in non-astropy environments. Astropy is only needed to compare FITS files.
1 parent 2dc3e3d commit 61da138

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
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]

0 commit comments

Comments
 (0)