Skip to content

Commit

Permalink
Ping dependency of rtree to fix CI failure (#2043)
Browse files Browse the repository at this point in the history
  • Loading branch information
icexelloss authored and jreback committed Dec 3, 2019
1 parent d328b94 commit 4c99d92
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ testfast:
PYTHONHASHSEED=${PYTHONHASHSEED} $(MAKEFILE_DIR)/ci/test.sh -n auto -m 'not (udf or impala or hdfs or bigquery)' -k 'not test_import_time' \
--doctest-modules --doctest-ignore-import-errors ${PYTEST_OPTIONS}

testspark:
PYTHONHASHSEED=${PYTHONHASHSEED} $(MAKEFILE_DIR)/ci/test.sh -n auto -m 'pyspark' -k 'not test_import_time' \
--doctest-modules --doctest-ignore-import-errors ${PYTEST_OPTIONS}

fastopt:
@echo -m 'not (backend or bigquery or clickhouse or hdfs or impala or kudu or omniscidb or mysql or postgis or postgresql or superuser or udf)'

Expand Down
1 change: 1 addition & 0 deletions ci/requirements-3.6-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ dependencies:
- pytz
- regex
- requests
- rtree<0.9
- ruamel.yaml
- shapely
- sqlalchemy>=1.1
Expand Down
1 change: 1 addition & 0 deletions ci/requirements-3.7-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ dependencies:
- pytz
- regex
- requests
- rtree<0.9
- ruamel.yaml
- shapely
- sqlalchemy>=1.1
Expand Down

0 comments on commit 4c99d92

Please sign in to comment.