From 50c7a78f4f4e288d023d667873b4cbac44e0915c Mon Sep 17 00:00:00 2001 From: Mitja O Date: Mon, 13 Nov 2023 16:19:52 +0100 Subject: [PATCH] chore: add tar xz test case (#538) --- tests/test_pkg_helpers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_pkg_helpers.py b/tests/test_pkg_helpers.py index aaa3901..3d3dc4e 100644 --- a/tests/test_pkg_helpers.py +++ b/tests/test_pkg_helpers.py @@ -10,6 +10,7 @@ files = [ ("pytz-2012b.tgz", "pytz", "2012b"), ("pytz-2012b.ZIP", "pytz", "2012b"), ("pytz-2012a.zip", "pytz", "2012a"), + ("pytz-2012b.tar.xz", "pytz", "2012b"), ("gevent-1.0b1.win32-py2.6.exe", "gevent", "1.0b1"), ("gevent-1.0b1.win32-py2.7.msi", "gevent", "1.0b1"), ("greenlet-0.3.4-py3.1-win-amd64.egg", "greenlet", "0.3.4"),