-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
5.4.0: pytest is failing in importlib_resources/tests/update-zips.py::importlib_resources.tests.update-zips.main
unit
#243
Comments
Tested 5.7.0 and ItWorksNow™️ + PYTHONPATH=/home/tkloczko/rpmbuild/BUILDROOT/python-importlib_resources-5.7.0-2.fc35.x86_64/usr/lib64/python3.8/site-packages:/home/tkloczko/rpmbuild/BUILDROOT/python-importlib_resources-5.7.0-2.fc35.x86_64/usr/lib/python3.8/site-packages
+ /usr/bin/pytest -ra
=========================================================================== test session starts ============================================================================
platform linux -- Python 3.8.13, pytest-7.1.1, pluggy-1.0.0
rootdir: /home/tkloczko/rpmbuild/BUILD/importlib_resources-5.7.0, configfile: pytest.ini
collected 156 items
importlib_resources/tests/test_compatibilty_files.py ................ [ 10%]
importlib_resources/tests/test_contents.py ... [ 12%]
importlib_resources/tests/test_files.py ......... [ 17%]
importlib_resources/tests/test_open.py ...................................... [ 42%]
importlib_resources/tests/test_path.py ............... [ 51%]
importlib_resources/tests/test_read.py .................................. [ 73%]
importlib_resources/tests/test_reader.py ............. [ 82%]
importlib_resources/tests/test_resource.py ................s.......... [ 99%]
importlib_resources/tests/update-zips.py . [100%]
========================================================================= short test summary info ==========================================================================
SKIPPED [1] importlib_resources/tests/test_resource.py:185: Desired but not supported.
====================================================================== 155 passed, 1 skipped in 0.42s ====================================================================== Thank you 😃 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to package your module as an rpm package. So I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
python3 -sBm build -w
Here is pytest with failing unit:
The text was updated successfully, but these errors were encountered: