diff --git a/tests/test_artifacts/tablib-0.12.1.tar.gz b/tests/test_artifacts/tablib-0.12.1.tar.gz new file mode 100644 index 0000000000..825ee2786d Binary files /dev/null and b/tests/test_artifacts/tablib-0.12.1.tar.gz differ diff --git a/tests/test_artifacts/tablib.zip b/tests/test_artifacts/tablib.zip deleted file mode 100644 index 7ac8dec255..0000000000 Binary files a/tests/test_artifacts/tablib.zip and /dev/null differ diff --git a/tests/test_pipenv.py b/tests/test_pipenv.py index c60cdf2181..22c0880923 100644 --- a/tests/test_pipenv.py +++ b/tests/test_pipenv.py @@ -655,7 +655,7 @@ def test_urls_work(self): @pytest.mark.install @pytest.mark.files def test_local_zipfiles(self): - file_name = 'tablib.zip' + file_name = 'tablib-0.12.1.tar.gz' # Not sure where travis/appveyor run tests from test_dir = os.path.dirname(os.path.abspath(__file__)) source_path = os.path.abspath(os.path.join(test_dir, 'test_artifacts', file_name))