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 9c2260e commit 8de6765Copy full SHA for 8de6765
.github/workflows/ci.yaml
@@ -511,7 +511,7 @@ jobs:
511
CIBW_BUILD: ${{ matrix.spec }}
512
CIBW_PRERELEASE_PYTHONS: 'True'
513
CIBW_TEST_REQUIRES: pytest setuptools pytest-xdist filelock
514
- CIBW_TEST_COMMAND: 'python -m pytest {package}/src/c {project}/testing -n 4'
+ CIBW_TEST_COMMAND: cd {project}; PYTHONUNBUFFERED=1 pytest -n 4
515
run: |
516
set -eux
517
0 commit comments