File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments