We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3b645 commit 0aeec05Copy full SHA for 0aeec05
1 file changed
.github/workflows/deploy.yml
@@ -97,7 +97,7 @@ jobs:
97
CIBW_ARCHS_WINDOWS: AMD64 ARM64
98
CIBW_ENVIRONMENT_LINUX: "LD_LIBRARY_PATH=/opt/rh/devtoolset-8/root/usr/lib64:/opt/rh/devtoolset-8/root/usr/lib:/opt/rh/devtoolset-8/root/usr/lib64/dyninst:/opt/rh/devtoolset-8/root/usr/lib/dyninst:/usr/local/lib64:/usr/local/lib"
99
CIBW_ENABLE: cpython-freethreading
100
- CIBW_TEST_REQUIRES: pytest
+ CIBW_TEST_REQUIRES: pytest certifi
101
CIBW_TEST_COMMAND_LINUX: "export PYTHONPATH={project}/tests; pytest {project}/tests/agent_unittests -vx"
102
CIBW_TEST_COMMAND_MACOS: "export PYTHONPATH={project}/tests; pytest {project}/tests/agent_unittests -vx"
103
CIBW_TEST_COMMAND_WINDOWS: "set PYTHONPATH={project}/tests; pytest {project}/tests/agent_unittests -vx"
0 commit comments