Skip to content

Commit 795dc0d

Browse files
committed
add new pytest-httpserver dependency for CI
1 parent 0fe27b0 commit 795dc0d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/run-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ runs:
44
using: "composite"
55
steps:
66
- name: Install test requirements
7-
run: pip install pytest shapely
7+
run: pip install pytest pytest-httpserver shapely
88
shell: bash
99

1010
- name: Run tests

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
env:
4141
CIBW_ARCHS: native
4242
CIBW_SKIP: "pp* *musllinux*"
43-
CIBW_TEST_REQUIRES: pytest shapely
43+
CIBW_TEST_REQUIRES: pytest pytest-httpserver shapely
4444
CIBW_TEST_COMMAND: pytest {project}/test
4545
CIBW_BUILD_FRONTEND: build
4646
CIBW_BEFORE_BUILD_LINUX: yum install -y sparsehash-devel expat-devel boost-devel zlib-devel bzip2-devel lz4-devel

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
- name: Install prerequisites
183183
run: |
184184
python -m pip install --upgrade pip
185-
pip install pytest shapely setuptools requests
185+
pip install pytest pytest-httpserver shapely setuptools requests
186186
shell: bash
187187

188188
- name: Build package

0 commit comments

Comments
 (0)