Skip to content

Commit 2b00aa4

Browse files
committed
rm changes to setup
1 parent 52eb850 commit 2b00aa4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ jobs:
8585
CIBW_BUILD: "cp39* cp310* cp311* cp312*"
8686
CIBW_SKIP: "pp* *-musllinux_* *-win32 *-manylinux_i686 *-musllinux_i686 *-aarch64 *-armv7l"
8787
CIBW_BEFORE_ALL: ${{ matrix.before_all }}
88+
CIBW_TEST_REQUIRES: pytest
89+
CIBW_TEST_COMMAND: "pytest {project}/packages/basemap"
8890
CIBW_ENVIRONMENT: >-
8991
GEOS_VERSION="3.6.5"
9092
GEOS_DIR="$(pwd)/extern"

packages/basemap/requirements-test.txt

+1
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ pytest-cov >= 2.5, < 2.6; python_version == "3.2"
2121
pytest-cov >= 2.5, < 2.6; python_version == "3.3"
2222
pytest-cov >= 2.5, < 2.9; python_version == "3.4"
2323
pytest-cov >= 2.9, < 4.2; python_version >= "3.5"
24+
pytest

0 commit comments

Comments
 (0)