Skip to content

Commit 749872f

Browse files
Backport of CI related PRs on 1.4.x (#46559)
1 parent eb27f7b commit 749872f

26 files changed

+165
-84
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
environment:
99
ENV_FILE: ci/deps/circle-38-arm64.yaml
1010
PYTEST_WORKERS: auto
11-
PATTERN: "not slow and not network and not clipboard and not arm_slow"
11+
PATTERN: "not single_cpu and not slow and not network and not clipboard and not arm_slow and not db"
1212
PYTEST_TARGET: "pandas"
1313
steps:
1414
- checkout

.github/workflows/posix.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,7 @@ jobs:
162162
shell: bash
163163
run: |
164164
# TODO: re-enable cov, its slowing the tests down though
165-
# TODO: Unpin Cython, the new Cython 0.29.26 is causing compilation errors
166-
pip install Cython==0.29.25 numpy python-dateutil pytz pytest>=6.0 pytest-xdist>=1.31.0 hypothesis>=5.5.3
165+
pip install Cython numpy python-dateutil pytz pytest>=6.0 pytest-xdist>=1.31.0 pytest-asyncio>=0.17 hypothesis>=5.5.3
167166
if: ${{ env.IS_PYPY == 'true' }}
168167

169168
- name: Build Pandas

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
/opt/python/cp38-cp38/bin/python -m venv ~/virtualenvs/pandas-dev && \
4646
. ~/virtualenvs/pandas-dev/bin/activate && \
4747
python -m pip install --no-deps -U pip wheel 'setuptools<60.0.0' && \
48-
pip install cython numpy python-dateutil pytz pytest pytest-xdist hypothesis pytest-azurepipelines && \
48+
pip install cython numpy python-dateutil pytz pytest pytest-xdist pytest-asyncio>=0.17 hypothesis && \
4949
python setup.py build_ext -q -j2 && \
5050
python -m pip install --no-build-isolation -e . && \
5151
pytest -m 'not slow and not network and not clipboard' pandas --junitxml=test-data.xml"

ci/deps/actions-310-numpydev.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ dependencies:
99
- pytest-cov
1010
- pytest-xdist>=1.31
1111
- hypothesis>=5.5.3
12+
- pytest-asyncio>=0.17
1213

1314
# pandas dependencies
1415
- python-dateutil

ci/deps/actions-310.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ dependencies:
1111
- pytest-xdist>=1.31
1212
- hypothesis>=5.5.3
1313
- psutil
14+
- pytest-asyncio>=0.17
15+
- boto3
1416

1517
# required dependencies
1618
- python-dateutil
@@ -21,6 +23,7 @@ dependencies:
2123
- beautifulsoup4
2224
- blosc
2325
- bottleneck
26+
- brotlipy
2427
- fastparquet
2528
- fsspec
2629
- html5lib
@@ -39,6 +42,7 @@ dependencies:
3942
- pytables
4043
- pyarrow
4144
- pyreadstat
45+
- python-snappy
4246
- pyxlsb
4347
- s3fs
4448
- scipy

ci/deps/actions-38-downstream_compat.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ dependencies:
1212
- pytest-xdist>=1.31
1313
- hypothesis>=5.5.3
1414
- psutil
15+
- pytest-asyncio>=0.17
16+
- boto3
1517

1618
# required dependencies
1719
- python-dateutil
@@ -21,6 +23,7 @@ dependencies:
2123
# optional dependencies
2224
- beautifulsoup4
2325
- blosc
26+
- brotlipy
2427
- bottleneck
2528
- fastparquet
2629
- fsspec
@@ -35,10 +38,11 @@ dependencies:
3538
- odfpy
3639
- pandas-gbq
3740
- psycopg2
38-
- pymysql
39-
- pytables
4041
- pyarrow
42+
- pymysql
4143
- pyreadstat
44+
- pytables
45+
- python-snappy
4246
- pyxlsb
4347
- s3fs
4448
- scipy
@@ -52,17 +56,14 @@ dependencies:
5256

5357
# downstream packages
5458
- aiobotocore
55-
- boto3
5659
- botocore
5760
- cftime
5861
- dask
5962
- ipython
6063
- geopandas
61-
- python-snappy
6264
- seaborn
6365
- scikit-learn
6466
- statsmodels
65-
- brotlipy
6667
- coverage
6768
- pandas-datareader
6869
- pyyaml

ci/deps/actions-38-minimum_versions.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ dependencies:
1313
- pytest-xdist>=1.31
1414
- hypothesis>=5.5.3
1515
- psutil
16+
- pytest-asyncio>=0.17
17+
- boto3
1618

1719
# required dependencies
1820
- python-dateutil=2.8.1
@@ -23,6 +25,7 @@ dependencies:
2325
- beautifulsoup4=4.8.2
2426
- blosc=1.20.1
2527
- bottleneck=1.3.1
28+
- brotlipy=0.7.0
2629
- fastparquet=0.4.0
2730
- fsspec=0.7.4
2831
- html5lib=1.1
@@ -37,10 +40,11 @@ dependencies:
3740
- openpyxl=3.0.3
3841
- pandas-gbq=0.14.0
3942
- psycopg2=2.8.4
40-
- pymysql=0.10.1
41-
- pytables=3.6.1
4243
- pyarrow=1.0.1
44+
- pymysql=0.10.1
4345
- pyreadstat=1.1.0
46+
- pytables=3.6.1
47+
- python-snappy=0.6.0
4448
- pyxlsb=1.0.6
4549
- s3fs=0.4.0
4650
- scipy=1.4.1

ci/deps/actions-38.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ dependencies:
1111
- pytest-xdist>=1.31
1212
- hypothesis>=5.5.3
1313
- psutil
14+
- pytest-asyncio>=0.17
15+
- boto3
1416

1517
# required dependencies
1618
- python-dateutil
@@ -21,6 +23,7 @@ dependencies:
2123
- beautifulsoup4
2224
- blosc
2325
- bottleneck
26+
- brotlipy
2427
- fastparquet
2528
- fsspec
2629
- html5lib
@@ -34,10 +37,11 @@ dependencies:
3437
- odfpy
3538
- pandas-gbq
3639
- psycopg2
37-
- pymysql
38-
- pytables
3940
- pyarrow
41+
- pymysql
4042
- pyreadstat
43+
- pytables
44+
- python-snappy
4145
- pyxlsb
4246
- s3fs
4347
- scipy

ci/deps/actions-39.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ dependencies:
1111
- pytest-xdist>=1.31
1212
- hypothesis>=5.5.3
1313
- psutil
14+
- pytest-asyncio>=0.17
15+
- boto3
1416

1517
# required dependencies
1618
- python-dateutil
@@ -21,6 +23,7 @@ dependencies:
2123
- beautifulsoup4
2224
- blosc
2325
- bottleneck
26+
- brotlipy
2427
- fastparquet
2528
- fsspec
2629
- html5lib
@@ -35,9 +38,10 @@ dependencies:
3538
- pandas-gbq
3639
- psycopg2
3740
- pymysql
38-
- pytables
3941
- pyarrow
4042
- pyreadstat
43+
- pytables
44+
- python-snappy
4145
- pyxlsb
4246
- s3fs
4347
- scipy

ci/deps/circle-38-arm64.yaml

Lines changed: 42 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,52 @@ channels:
44
dependencies:
55
- python=3.8
66

7-
# tools
8-
- cython>=0.29.24
7+
# test dependencies
8+
- cython=0.29.24
99
- pytest>=6.0
10+
- pytest-cov
1011
- pytest-xdist>=1.31
1112
- hypothesis>=5.5.3
13+
- psutil
14+
- pytest-asyncio>=0.17
15+
- boto3
1216

13-
# pandas dependencies
14-
- botocore>=1.11
15-
- flask
16-
- moto
17-
- numpy
17+
# required dependencies
1818
- python-dateutil
19+
- numpy
1920
- pytz
21+
22+
# optional dependencies
23+
- beautifulsoup4
24+
- blosc
25+
- bottleneck
26+
- brotlipy
27+
- fastparquet
28+
- fsspec
29+
- html5lib
30+
- gcsfs
31+
- jinja2
32+
- lxml
33+
- matplotlib
34+
- numba
35+
- numexpr
36+
- openpyxl
37+
- odfpy
38+
- pandas-gbq
39+
- psycopg2
40+
- pyarrow
41+
- pymysql
42+
# Not provided on ARM
43+
#- pyreadstat
44+
- pytables
45+
- python-snappy
46+
- pyxlsb
47+
- s3fs
48+
- scipy
49+
- sqlalchemy
50+
- tabulate
51+
- xarray
52+
- xlrd
53+
- xlsxwriter
54+
- xlwt
2055
- zstandard
21-
- pip

0 commit comments

Comments
 (0)