Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Revert "Test ci by removing @slow"
This reverts commit 2da3d4f.
  • Loading branch information
anirudh2290 committed Apr 2, 2020
commit 399e3715362546a52d31cbb07123bf67f817a17f
1 change: 1 addition & 0 deletions numpy/lib/tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,7 @@ def test_unicode_and_bytes_fmt(self, fmt, iotype):
assert_equal(s.read(), b"%f\n" % 1.)

@pytest.mark.skipif(sys.platform=='win32', reason="files>4GB may not work")
@pytest.mark.slow
@requires_memory(free_bytes=7e9)
def test_large_zip(self):
def check_large_zip():
Expand Down