Skip to content

Commit 1b959d0

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 1b959d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ setup_requires =
3232
install_requires =
3333
pytest>=4.6
3434
numpy
35-
astropy
3635

3736
[options.entry_points]
3837
pytest11 =

0 commit comments

Comments
 (0)