Skip to content

Commit

Permalink
test-skip windows and i686
Browse files Browse the repository at this point in the history
  • Loading branch information
doichanj committed Feb 28, 2024
1 parent 2495fc4 commit a7d7300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build-backend = "setuptools.build_meta"
manylinux-x86_64-image = "manylinux2014"
manylinux-i686-image = "manylinux2014"
skip = "pp* cp36* cp37* cp38* *musllinux*"
test-skip = "cp3*-win32 cp310-manylinux_i686 cp311-manylinux_i686 cp312-manylinux_i686"
test-skip = "cp3*-win32 cp3*-manylinux_i686"
test-command = "python {project}/tools/verify_wheels.py"
# We need to use pre-built versions of Numpy and Scipy in the tests; they have a
# tendency to crash if they're installed from source by `pip install`, and since
Expand Down

0 comments on commit a7d7300

Please sign in to comment.