Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ skip = [
# Skip these platforms because conda-forge does not support them, and we
# are using conda to install our external shared library dependencies.
"*musl*",
# Skip these platforms because the configuration is failing with the error
# `Need python for x86_64, but found x86`.
# See https://github.com/nasa-gcn/hpx/pull/14
"*win32",
]
test-extras = ["test"]
test-command = ["pytest {project}/test --benchmark-disable"]
Expand Down
Loading