We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eec50a commit 6663994Copy full SHA for 6663994
1 file changed
pyproject.toml
@@ -117,8 +117,8 @@ test-sources = [
117
"pyproject.toml"
118
]
119
test-command = [
120
- '''python -X gil=0 -c "import netCDF4; print(f'netCDF4 v{netCDF4.__version__}')"''',
121
- "python -X gil=0 -m pytest -s -rxs -v test",
+ '''python -c "import netCDF4; print(f'netCDF4 v{netCDF4.__version__}')"''',
+ "pytest -s -rxs -v test",
122
123
manylinux-x86_64-image = "ghcr.io/ocefpaf/manylinux_2_28_x86_64-netcdf"
124
manylinux-aarch64-image = "ghcr.io/ocefpaf/manylinux_2_28_aarch64-netcdf"
0 commit comments