Skip to content

docs: recommend bazelisk for Python tests instead of raw pytest - #277

Open
wopdevries wants to merge 1 commit into
dds-bridge:developfrom
wopdevries:fix/python-docs-use-bazelisk
Open

docs: recommend bazelisk for Python tests instead of raw pytest#277
wopdevries wants to merge 1 commit into
dds-bridge:developfrom
wopdevries:fix/python-docs-use-bazelisk

Conversation

@wopdevries

Copy link
Copy Markdown

The Running Unit Tests section recommended raw pytest with manual
PYTHONPATH setup, which fails on Python 3.12 due to missing iniconfig
and PyThreadState_GetUnchecked symbol errors when loading _dds3.so.

Replace with bazelisk test //python/... which handles the Python
extension path automatically and works out of the box.

Tested on Linux (Python 3.12, Ubuntu 24.04).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant