Skip to content

Commit 20ce27a

Browse files
committed
Fix CIBW_TEST_COMMAND to make pytest receive only the test folder
1 parent 890e5b5 commit 20ce27a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
CIBW_SKIP: "*-musllinux_*"
130130
CIBW_BEFORE_ALL: "python {project}/.github/workflows/run_before_all.py"
131131
CIBW_TEST_EXTRAS: "test"
132-
CIBW_TEST_COMMAND: "python -m pytest {project}"
132+
CIBW_TEST_COMMAND: "python -m pytest {project}/test"
133133
CIBW_ENVIRONMENT: >-
134134
GEOS_VERSION="3.6.5"
135135
GEOS_DIR="$(pwd)/extern"

0 commit comments

Comments
 (0)