Update tablib to pypi sourced blob

Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
Dan Ryan
2017-10-11 23:28:52 -04:00
parent ac33b55a64
commit e12002bcc8
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -655,7 +655,7 @@ requests = "==2.14.0"
@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))