Skip to content

CI: don't specify google-auth #25994

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ci/deps/azure-35-compat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies:
- pytest-xdist
- pytest-mock
- isort
- pip
- pip:
# for python 3.5, pytest>=4.0.2 is not available in conda
- pytest>=4.0.2
Expand Down
1 change: 1 addition & 0 deletions ci/deps/azure-36-locale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ dependencies:
- pytest-mock
- hypothesis>=3.58.0
- isort
- pip
- pip:
- html5lib==1.0b2
1 change: 1 addition & 0 deletions ci/deps/azure-36-locale_slow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ dependencies:
- pytest-mock
- moto
- isort
- pip
- pip:
- hypothesis>=3.58.0
1 change: 1 addition & 0 deletions ci/deps/azure-37-locale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ dependencies:
- pytest-xdist
- pytest-mock
- isort
- pip
- pip:
- hypothesis>=3.58.0
- moto # latest moto in conda-forge fails with 3.7, move to conda dependencies when this is fixed
1 change: 1 addition & 0 deletions ci/deps/azure-37-numpydev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dependencies:
- pytest-mock
- hypothesis>=3.58.0
- isort
- pip
- pip:
- "git+git://github.com/dateutil/dateutil.git"
- "-f https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com"
Expand Down
6 changes: 3 additions & 3 deletions ci/deps/travis-36-cov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ dependencies:
- numpy=1.15.*
- openpyxl
- pandas-gbq
# https://github.com/pydata/pandas-gbq/issues/271
- google-cloud-bigquery<=1.11
- psycopg2
- pyarrow=0.9.0
# add pydata-google-auth until for pandas-gbq, see
# https://github.com/conda-forge/pandas-gbq-feedstock/issues/18
- pydata-google-auth
- pymysql
- pytables
- python-snappy
Expand All @@ -43,6 +42,7 @@ dependencies:
- pytest-mock
- hypothesis>=3.58.0
- isort
- pip
- pip:
- brotlipy
- coverage
Expand Down
1 change: 1 addition & 0 deletions ci/deps/travis-36-locale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ dependencies:
- pytest-mock
- moto
- isort
- pip
- pip:
- hypothesis>=3.58.0
2 changes: 2 additions & 0 deletions ci/deps/travis-37.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ dependencies:
- nomkl
- pyarrow
- pytz
# universal
- pytest>=4.0.2
- pytest-xdist
- pytest-mock
- hypothesis>=3.58.0
- s3fs
- isort
- pip
- pip:
- moto
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dependencies:
- pytest-mock
- sphinx
- numpydoc
- pip

# optional
- beautifulsoup4>=4.2.1
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ pytest>=4.0.2
pytest-mock
sphinx
numpydoc
pip
beautifulsoup4>=4.2.1
blosc
botocore>=1.11
Expand Down