Skip to content

Commit 23aa1d1

Browse files
committed
TST: Made s3 related tests mock boto
Kept a couple around for testing things like accessing a private bucket as that's hard to mock.
1 parent 062f6f1 commit 23aa1d1

17 files changed

+202
-154
lines changed

appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ install:
8080
- cmd: conda list -n pandas
8181
- cmd: echo "installing requirements from %REQ% - done"
8282

83+
# add some pip only reqs to the env
84+
- SET REQ=ci\requirements-%PYTHON_VERSION%_WIN.pip
85+
- cmd: echo "installing requirements from %REQ%"
86+
- cmd: pip install -Ur %REQ%
87+
8388
# build em using the local source checkout in the correct windows env
8489
- cmd: '%CMD_IN_ENV% python setup.py build_ext --inplace'
8590

ci/requirements-2.7.run

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ patsy
1818
pymysql=0.6.3
1919
jinja2=2.8
2020
xarray=0.8.0
21+
moto

ci/requirements-2.7_SLOW.run

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ psycopg2
1717
pymysql
1818
html5lib
1919
beautiful-soup
20+
moto

ci/requirements-2.7_WIN.pip

Whitespace-only changes.

ci/requirements-2.7_WIN.run

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ bottleneck
1616
html5lib
1717
beautiful-soup
1818
jinja2=2.8
19+
moto

ci/requirements-3.5.run

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ psycopg2
1818
s3fs
1919
beautifulsoup4
2020
ipython
21+
moto

ci/requirements-3.5_OSX.run

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ bottleneck
1414
xarray
1515
s3fs
1616
beautifulsoup4
17+
moto

ci/requirements-3.6.run

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ beautifulsoup4
2323
s3fs
2424
xarray
2525
ipython
26+
moto

ci/requirements-3.6_LOCALE.run

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ beautifulsoup4
2020
s3fs
2121
xarray
2222
ipython
23+
moto

ci/requirements-3.6_LOCALE_SLOW.run

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ beautifulsoup4
2020
s3fs
2121
xarray
2222
ipython
23+
moto

0 commit comments

Comments
 (0)