Skip to content

Commit 77a4f06

Browse files
committed
add hypothesis package requirement in *.run and *.yaml file.
1 parent 4a7c62a commit 77a4f06

13 files changed

+13
-0
lines changed

ci/environment-dev.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ dependencies:
1313
- pytz
1414
- setuptools>=3.3
1515
- sphinx
16+
- hypothesis>=3.46.0

ci/requirements-2.7.run

+1
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+
hypothesis>=3.46.0

ci/requirements-2.7_COMPAT.run

+1
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ pymysql=0.6.0
1212
sqlalchemy=0.7.8
1313
xlsxwriter=0.5.2
1414
jinja2=2.8
15+
hypothesis>=3.46.0

ci/requirements-2.7_LOCALE.run

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ matplotlib=1.4.3
1010
sqlalchemy=0.8.1
1111
lxml
1212
scipy
13+
hypothesis>=3.46.0

ci/requirements-2.7_SLOW.run

+1
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ psycopg2
1717
pymysql
1818
html5lib
1919
beautifulsoup4
20+
hypothesis>=3.46.0

ci/requirements-2.7_WIN.run

+1
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ bottleneck
1616
html5lib
1717
beautifulsoup4
1818
jinja2=2.8
19+
hypothesis>=3.46.0

ci/requirements-3.5.run

+1
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ psycopg2
1818
s3fs
1919
beautifulsoup4
2020
ipython
21+
hypothesis>=3.46.0

ci/requirements-3.5_ASCII.run

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
python-dateutil
22
pytz
33
numpy
4+
hypothesis>=3.46.0

ci/requirements-3.5_OSX.run

+1
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ bottleneck
1414
xarray
1515
s3fs
1616
beautifulsoup4
17+
hypothesis>=3.46.0

ci/requirements-3.6.run

+1
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ beautifulsoup4
2323
s3fs
2424
xarray
2525
ipython
26+
hypothesis>=3.46.0

ci/requirements-3.6_LOCALE.run

+1
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ beautifulsoup4
2020
s3fs
2121
xarray
2222
ipython
23+
hypothesis>=3.46.0

ci/requirements-3.6_LOCALE_SLOW.run

+1
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ beautifulsoup4
2020
s3fs
2121
xarray
2222
ipython
23+
hypothesis>=3.46.0

ci/requirements-3.6_WIN.run

+1
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ blosc
1515
thrift=0.10*
1616
fastparquet
1717
pyarrow
18+
hypothesis>=3.46.0

0 commit comments

Comments
 (0)