-
Notifications
You must be signed in to change notification settings - Fork 71
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
test suite failures #336
Comments
Direct used dependencies: |
This is to be expected, because these are tests for the optimizations provided by C extensions, which have not been built if you have not installed the sdist. |
Apteryks wrote at 2024-12-12 06:32 -0800:
Run the the test suite of the sdist distribution (version 7.2) via `pytest -vv --import-mode=importlib`
Almost all `zopefoundation` packages are designed to be
tested with `zope.testrunner` (not `pytest`).
In addition, `zope.testrunner` is typically not used directly.
Instead, `tox` is used to set up a testing environment and
run the tests (with whatever test runner the package was designed for).
|
Thanks for the hints. We often avoid using tox in the minimal containerized build environment as it is redundant in such an already finely controlled environment. |
What I did:
Run the the test suite of the sdist distribution (version 7.2) via
pytest -vv --import-mode=importlib
What I expect to happen:
All tests pass.
What actually happened:
What version of Python and Zope/Addons I am using:
Guix System (GNU/Linux), Python 3.10.7, zope.interface 7.2
The text was updated successfully, but these errors were encountered: