File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130130 run : pip install $(ls sdist/*.tar.gz)[test] -Ccmake.define.BUILD_CMAKE_FROM_SOURCE=OFF
131131
132132 - name : Test installed SDist
133- run : pytest ./tests
133+ run : pip check && pytest ./tests
134134
135135 check_dist :
136136 name : Check dist
Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ manylinux-x86_64-image = "manylinux2010"
9999manylinux-i686-image = " manylinux2010"
100100build-frontend = " pip"
101101environment = { LDFLAGS = " -static-libstdc++" }
102+ test-command = [" pip check" , " pytest {project}/tests" ]
102103
103104[[tool .cibuildwheel .overrides ]]
104105select = " *-musllinux_*"
@@ -107,6 +108,7 @@ environment = { LDFLAGS = "-static-libstdc++ -static-libgcc" }
107108[[tool .cibuildwheel .overrides ]]
108109select = " *-musllinux_s390x"
109110build-frontend = " pip"
111+ test-command = [" pip check" , " pytest {project}/tests" ]
110112
111113
112114[tool .pytest .ini_options ]
You can’t perform that action at this time.
0 commit comments