Skip to content
Merged
Show file tree
Hide file tree
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: 3 additions & 1 deletion .github/workflows/build-cocotb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ jobs:
# Run the same simulator-agnostic subset upstream's own release process
# runs before publishing (noxfile.py release_test_nosim): stage the
# pytest suite (gotcha 25/36) and deselect every simulator_required test.
CIBW_TEST_REQUIRES: pytest>=6
# 2.1.0's test_ipython_support.py imports pexpect at collection time even
# though it's simulator_required and gets deselected below.
CIBW_TEST_REQUIRES: pytest>=6 pexpect
CIBW_TEST_SOURCES: tests/pytest pyproject.toml
CIBW_TEST_COMMAND: python -m pytest -v -k "not simulator_required" tests/pytest

Expand Down
1 change: 1 addition & 0 deletions docs/packages/cocotb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ versions:
- filename: cocotb-2.0.1-cp313-cp313-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl
sha256: 3e6488ecbee278619d798a80c7c1f1abe3349a36816b2797f6298afcf2ab33dd
requires-python: '>=3.6.2'
- version: 2.1.0
Loading