Skip to content

Commit

Permalink
add new pytest-httpserver dependency for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia committed Nov 18, 2023
1 parent 0fe27b0 commit 795dc0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/run-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ runs:
using: "composite"
steps:
- name: Install test requirements
run: pip install pytest shapely
run: pip install pytest pytest-httpserver shapely
shell: bash

- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
env:
CIBW_ARCHS: native
CIBW_SKIP: "pp* *musllinux*"
CIBW_TEST_REQUIRES: pytest shapely
CIBW_TEST_REQUIRES: pytest pytest-httpserver shapely
CIBW_TEST_COMMAND: pytest {project}/test
CIBW_BUILD_FRONTEND: build
CIBW_BEFORE_BUILD_LINUX: yum install -y sparsehash-devel expat-devel boost-devel zlib-devel bzip2-devel lz4-devel
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
- name: Install prerequisites
run: |
python -m pip install --upgrade pip
pip install pytest shapely setuptools requests
pip install pytest pytest-httpserver shapely setuptools requests
shell: bash

- name: Build package
Expand Down

0 comments on commit 795dc0d

Please sign in to comment.