Skip to content

Commit 1322eb0

Browse files
authored
CI: don't specify google-auth (#25994)
1 parent 9fbb9e7 commit 1322eb0

10 files changed

+13
-3
lines changed

ci/deps/azure-35-compat.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ dependencies:
2323
- pytest-xdist
2424
- pytest-mock
2525
- isort
26+
- pip
2627
- pip:
2728
# for python 3.5, pytest>=4.0.2 is not available in conda
2829
- pytest>=4.0.2

ci/deps/azure-36-locale.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ dependencies:
2525
- pytest-mock
2626
- hypothesis>=3.58.0
2727
- isort
28+
- pip
2829
- pip:
2930
- html5lib==1.0b2

ci/deps/azure-36-locale_slow.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ dependencies:
3131
- pytest-mock
3232
- moto
3333
- isort
34+
- pip
3435
- pip:
3536
- hypothesis>=3.58.0

ci/deps/azure-37-locale.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ dependencies:
2929
- pytest-xdist
3030
- pytest-mock
3131
- isort
32+
- pip
3233
- pip:
3334
- hypothesis>=3.58.0
3435
- moto # latest moto in conda-forge fails with 3.7, move to conda dependencies when this is fixed

ci/deps/azure-37-numpydev.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ dependencies:
1111
- pytest-mock
1212
- hypothesis>=3.58.0
1313
- isort
14+
- pip
1415
- pip:
1516
- "git+git://github.com/dateutil/dateutil.git"
1617
- "-f https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com"

ci/deps/travis-36-cov.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ dependencies:
1717
- numpy=1.15.*
1818
- openpyxl
1919
- pandas-gbq
20+
# https://github.com/pydata/pandas-gbq/issues/271
21+
- google-cloud-bigquery<=1.11
2022
- psycopg2
2123
- pyarrow=0.9.0
22-
# add pydata-google-auth until for pandas-gbq, see
23-
# https://github.com/conda-forge/pandas-gbq-feedstock/issues/18
24-
- pydata-google-auth
2524
- pymysql
2625
- pytables
2726
- python-snappy
@@ -43,6 +42,7 @@ dependencies:
4342
- pytest-mock
4443
- hypothesis>=3.58.0
4544
- isort
45+
- pip
4646
- pip:
4747
- brotlipy
4848
- coverage

ci/deps/travis-36-locale.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@ dependencies:
4040
- pytest-mock
4141
- moto
4242
- isort
43+
- pip
4344
- pip:
4445
- hypothesis>=3.58.0

ci/deps/travis-37.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ dependencies:
1212
- nomkl
1313
- pyarrow
1414
- pytz
15+
# universal
1516
- pytest>=4.0.2
1617
- pytest-xdist
1718
- pytest-mock
1819
- hypothesis>=3.58.0
1920
- s3fs
2021
- isort
22+
- pip
2123
- pip:
2224
- moto

environment.yml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ dependencies:
2525
- pytest-mock
2626
- sphinx
2727
- numpydoc
28+
- pip
2829

2930
# optional
3031
- beautifulsoup4>=4.2.1

requirements-dev.txt

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ pytest>=4.0.2
1616
pytest-mock
1717
sphinx
1818
numpydoc
19+
pip
1920
beautifulsoup4>=4.2.1
2021
blosc
2122
botocore>=1.11

0 commit comments

Comments
 (0)