File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
import os
8
8
9
9
import pytest
10
+ import moto
10
11
11
12
import pandas .util .testing as tm
12
13
from pandas import DataFrame
@@ -28,7 +29,6 @@ def salaries_table():
28
29
@pytest .fixture (scope = 'module' )
29
30
def test_s3_resource (tips_file ):
30
31
pytest .importorskip ('s3fs' )
31
- moto = pytest .importorskip ('moto' )
32
32
moto .mock_s3 ().start ()
33
33
34
34
test_s3_files = [
Original file line number Diff line number Diff line change 12
12
import numpy as np
13
13
import pytest
14
14
from numpy import nan
15
+ import moto
15
16
16
17
import pandas as pd
17
18
import pandas .util .testing as tm
@@ -598,7 +599,6 @@ def test_read_from_http_url(self):
598
599
599
600
def test_read_from_s3_url (self ):
600
601
boto3 = pytest .importorskip ('boto3' )
601
- moto = pytest .importorskip ('moto' )
602
602
pytest .importorskip ('s3fs' )
603
603
604
604
with moto .mock_s3 ():
You can’t perform that action at this time.
0 commit comments