Skip to content

Commit a12ff05

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 a12ff05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ setup_requires =
3232
install_requires =
3333
pytest>=4.6
3434
numpy
35+
test_requires =
3536
astropy
3637

3738
[options.entry_points]

0 commit comments

Comments
 (0)