Skip to content

Commit

Permalink
Update tablib to pypi sourced blob
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Ryan <[email protected]>
  • Loading branch information
techalchemy committed Oct 12, 2017
1 parent ac33b55 commit e12002b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added tests/test_artifacts/tablib-0.12.1.tar.gz
Binary file not shown.
Binary file removed tests/test_artifacts/tablib.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/test_pipenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit e12002b

Please sign in to comment.