Bug 2220270
| Summary: | F39FailsToInstall: python3-hdmf+zarr, python3-hdmf | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
| Component: | python-hdmf | Assignee: | Luis Bazan <bazanluis20> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | bazanluis20, code, neuro-sig |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-hdmf-3.6.1-7.fc39 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-07-13 00:00:55 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 2220011, 2220576 | ||
| Bug Blocks: | 2135404, 2168845, 2220438 | ||
|
Description
Fedora Fails To Install
2023-07-05 19:13:19 UTC
Looks like a test is just too picky about the message in an excepton.
=================================== FAILURES ===================================
____________ GenericDataChunkIteratorTests.test_abstract_assertions ____________
TypeError: Can't instantiate abstract class TestGenericDataChunkIterator without an implementation for abstract methods '_get_data', '_get_dtype', '_get_maxshape'
During handling of the above exception, another exception occurred:
self = <tests.unit.utils_test.test_core_GenericDataChunkIterator.GenericDataChunkIteratorTests testMethod=test_abstract_assertions>
def test_abstract_assertions(self):
class TestGenericDataChunkIterator(GenericDataChunkIterator):
pass
> with self.assertRaisesWith(
exc_type=TypeError,
exc_msg=(
"Can't instantiate abstract class TestGenericDataChunkIterator with abstract methods "
"_get_data, _get_dtype, _get_maxshape"
),
):
E AssertionError: "^Can't\ instantiate\ abstract\ class\ TestGenericDataChunkIterator\ with\ abstract\ methods\ _get_data,\ _get_dtype,\ _get_maxshape$" does not match "Can't instantiate abstract class TestGenericDataChunkIterator without an implementation for abstract methods '_get_data', '_get_dtype', '_get_maxshape'"
tests/unit/utils_test/test_core_GenericDataChunkIterator.py:88: AssertionError
=============================== warnings summary ===============================
../../../../usr/lib/python3.12/site-packages/pytz/tzinfo.py:27
/usr/lib/python3.12/site-packages/pytz/tzinfo.py:27: DeprecationWarning: datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.fromtimestamp(timestamp, datetime.UTC).
_epoch = datetime.utcfromtimestamp(0)
tests/unit/test_container.py: 1 warning
tests/unit/common/test_resources.py: 57 warnings
/builddir/build/BUILDROOT/python-hdmf-3.6.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hdmf/container.py:204: UserWarning: ExternalResources is experimental -- it may be removed in the future and is not guaranteed to maintain backward compatibility
warn(_exp_warn_msg(cls))
tests/unit/common/test_table.py: 20 warnings
/builddir/build/BUILDROOT/python-hdmf-3.6.1-6.fc39.noarch/usr/lib/python3.12/site-packages/hdmf/container.py:204: UserWarning: EnumData is experimental -- it may be removed in the future and is not guaranteed to maintain backward compatibility
warn(_exp_warn_msg(cls))
tests/unit/utils_test/test_core_GenericDataChunkIterator.py::GenericDataChunkIteratorTests::test_progress_bar
tests/unit/utils_test/test_core_GenericDataChunkIterator.py::GenericDataChunkIteratorTests::test_progress_bar
tests/unit/utils_test/test_core_GenericDataChunkIterator.py::GenericDataChunkIteratorTests::test_progress_bar_assertion
tests/unit/utils_test/test_core_GenericDataChunkIterator.py::GenericDataChunkIteratorTests::test_progress_bar_no_options
tests/unit/utils_test/test_core_GenericDataChunkIterator.py::GenericDataChunkIteratorTests::test_progress_bar_no_options
/usr/lib/python3.12/site-packages/tqdm/std.py:465: DeprecationWarning: datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.fromtimestamp(timestamp, datetime.UTC).
if rate and total else datetime.utcfromtimestamp(0))
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED tests/unit/utils_test/test_core_GenericDataChunkIterator.py::GenericDataChunkIteratorTests::test_abstract_assertions
====== 1 failed, 1379 passed, 7 skipped, 1 xfailed, 84 warnings in 12.66s ======
FEDORA-2023-dcf9373719 has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2023-dcf9373719 FEDORA-2023-dcf9373719 has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report. |