-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
Description
Follow-up of:
Depends on:
Remove this pin and make sure CI does not fail for that test no more:
astropy/astropy/io/fits/tests/test_table.py
Lines 2913 to 2916 in 3d522eb
| # TODO: Unpin when Numpy bug is resolved. | |
| @pytest.mark.skipif(not NUMPY_LT_1_22 and sys.platform == 'win32', | |
| reason='https://github.com/numpy/numpy/issues/20699') | |
| def test_copy_vla(self): |
Reactions are currently unavailable