Skip to content

Commit

Permalink
Merge pull request #53 from mwtoews/rtree-pytest
Browse files Browse the repository at this point in the history
Run pytest included with rtree
  • Loading branch information
mwtoews authored Jul 11, 2024
2 parents b45b0f4 + 9f30aa0 commit b786b66
Show file tree
Hide file tree
Showing 41 changed files with 347 additions and 146 deletions.
72 changes: 36 additions & 36 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 22 additions & 22 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libspatialindex:
- 2.0.0
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -16,3 +18,6 @@ python:
- 3.10.* *_cpython
target_platform:
- linux-64
zip_keys:
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libspatialindex:
- 2.0.0
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -16,3 +18,6 @@ python:
- 3.8.* *_cpython
target_platform:
- linux-64
zip_keys:
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libspatialindex:
- 2.0.0
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -16,3 +18,6 @@ python:
- 3.9.* *_73_pypy
target_platform:
- linux-64
zip_keys:
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libspatialindex:
- 2.0.0
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -16,3 +18,6 @@ python:
- 3.9.* *_cpython
target_platform:
- linux-64
zip_keys:
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libspatialindex:
- 2.0.0
numpy:
- '1.23'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -16,3 +18,6 @@ python:
- 3.11.* *_cpython
target_platform:
- linux-64
zip_keys:
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libspatialindex:
- 2.0.0
numpy:
- '1.26'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -16,3 +18,6 @@ python:
- 3.12.* *_cpython
target_platform:
- linux-64
zip_keys:
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libspatialindex:
- 2.0.0
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -20,3 +22,6 @@ python:
- 3.10.* *_cpython
target_platform:
- linux-aarch64
zip_keys:
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libspatialindex:
- 2.0.0
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -20,3 +22,6 @@ python:
- 3.8.* *_cpython
target_platform:
- linux-aarch64
zip_keys:
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libspatialindex:
- 2.0.0
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -20,3 +22,6 @@ python:
- 3.9.* *_73_pypy
target_platform:
- linux-aarch64
zip_keys:
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libspatialindex:
- 2.0.0
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -20,3 +22,6 @@ python:
- 3.9.* *_cpython
target_platform:
- linux-aarch64
zip_keys:
- - python
- numpy
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libspatialindex:
- 2.0.0
numpy:
- '1.23'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -20,3 +22,6 @@ python:
- 3.11.* *_cpython
target_platform:
- linux-aarch64
zip_keys:
- - python
- numpy
Loading

0 comments on commit b786b66

Please sign in to comment.