Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
disable a unit test for compression
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed May 23, 2016
1 parent 71dc159 commit bdb28a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _unittests/ut_filehelper/test_compress_helper.py
Expand Up @@ -51,6 +51,9 @@ def test_compress_helper(self):
if not isinstance(rz, (typbytes, str)):
raise TypeError(type(rz))

if sys.version_info[0] == 2:
return

res = unzip_files(rz)
assert isinstance(res, list)
self.assertEqual(len(res), 1)
Expand Down

0 comments on commit bdb28a7

Please sign in to comment.