-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please document how to run Python tests #2395
Comments
Hi @yurivict, there is a short comment on that, namely here PYTHONPATH=`pwd`/python python3 -munittest discover -v -s ../python |
The above command fails after some tests succeeding:
|
Does it still fail after traversing to the arbor checkout and using this instead: PYTHONPATH=<path/to/build> python3 -munittest discover -v -s python ? |
Coming back to the error log, I'd also suspect something is off with the invocation:
Possibly skip the relevant tests (those loading plugins) and/or check whether you can build a
Output should be similar to this
|
The Build/install page should explain how to run Python exension tests.
Running pytest in any of the directories test/, test/unit_distributed/ fails like this:
Version: 0.10.1
Python-3.11
FreeBSD 14.1
The text was updated successfully, but these errors were encountered: