Skip to content

TST: make it possible to run tests without moto installed #18719

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 11, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
typo
  • Loading branch information
jorisvandenbossche committed Dec 11, 2017
commit cdf82ac41354dcebf29383878a8c2fc90ed4d54e
2 changes: 1 addition & 1 deletion pandas/tests/io/json/test_compression.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def test_read_zipped_json():
def test_with_s3_url(compression):
boto3 = pytest.importorskip('boto3')
pytest.importorskip('s3fs')
moto = pytest.importskip('moto')
moto = pytest.importorskip('moto')

if compression == 'xz':
tm._skip_if_no_lzma()
Expand Down