Bug 2196806
| Summary: | python-mongomock fails to build with Python 3.12: NotImplementedError: The codec options are not implemented in mongomock alone, you need to import the pymongo library as well. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tomáš Hrnčiar <thrnciar> |
| Component: | python-mongomock | Assignee: | Fabian Affolter <mail> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 39 | CC: | mail, mhroncok, thrnciar |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-mongomock-4.1.2-1.fc42 python-mongomock-4.1.2-1.fc41 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-09-17 07:50:22 UTC | Type: | Bug |
| 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: | |||
| Bug Blocks: | 2135404 | ||
This bug appears to have been reported against 'rawhide' during the Fedora Linux 39 development cycle. Changing version to 39. FEDORA-2024-0f73237ad1 (python-mongomock-4.1.2-1.fc42) has been submitted as an update to Fedora 42. https://bodhi.fedoraproject.org/updates/FEDORA-2024-0f73237ad1 FEDORA-2024-0f73237ad1 (python-mongomock-4.1.2-1.fc42) has been pushed to the Fedora 42 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2024-89fb6993ff (python-mongomock-4.1.2-1.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2024-89fb6993ff FEDORA-2024-89fb6993ff has been pushed to the Fedora 41 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-89fb6993ff` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-89fb6993ff See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2024-89fb6993ff (python-mongomock-4.1.2-1.fc41) has been pushed to the Fedora 41 stable repository. If problem still persists, please make note of it in this bug report. |
python-mongomock fails to build with Python 3.12.0a7. =================================== FAILURES =================================== ____________ CollectionAPITest.test__codec_options_without_pymongo _____________ self = Collection(Database(mongomock.MongoClient('localhost', 27017), 'somedb'), 'collection') @property def codec_options(self): if not bson_codec_options: > raise NotImplementedError( 'The codec options are not implemented in mongomock alone, you need to import ' 'the pymongo library as well.') E NotImplementedError: The codec options are not implemented in mongomock alone, you need to import the pymongo library as well. mongomock/collection.py:423: NotImplementedError The above exception was the direct cause of the following exception: self = <tests.test__collection_api.CollectionAPITest testMethod=test__codec_options_without_pymongo> @skipIf(_HAVE_PYMONGO, 'pymongo installed') def test__codec_options_without_pymongo(self): with self.assertRaises(NotImplementedError): > self.db.collection.codec_options # pylint: disable=pointless-statement tests/test__collection_api.py:1934: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ def __getattr__(self, attr): > if attr.startswith('_'): E SystemError: <method 'startswith' of 'str' objects> returned a result with an exception set mongomock/collection.py:394: SystemError _____________ DatabaseAPITest.test__codec_options_without_pymongo ______________ self = Database(mongomock.MongoClient('localhost', 27017), 'somedb') @property def codec_options(self): if not bson_codec_options: > raise NotImplementedError( 'The codec options are not implemented in mongomock alone, you need to import ' 'the pymongo library as well.') E NotImplementedError: The codec options are not implemented in mongomock alone, you need to import the pymongo library as well. mongomock/database.py:55: NotImplementedError The above exception was the direct cause of the following exception: self = <tests.test__database_api.DatabaseAPITest testMethod=test__codec_options_without_pymongo> @skipIf(_HAVE_PYMONGO, 'pymongo installed') def test__codec_options_without_pymongo(self): with self.assertRaises(NotImplementedError): > self.database.codec_options # pylint: disable=pointless-statement tests/test__database_api.py:109: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ def __getattr__(self, attr): > if attr.startswith('_'): E SystemError: <method 'startswith' of 'str' objects> returned a result with an exception set mongomock/database.py:35: SystemError https://docs.python.org/3.12/whatsnew/3.12.html For the build logs, see: https://copr-be.cloud.fedoraproject.org/results/@python/python3.12/fedora-rawhide-x86_64/05902291-python-mongomock/ For all our attempts to build python-mongomock with Python 3.12, see: https://copr.fedorainfracloud.org/coprs/g/python/python3.12/package/python-mongomock/ Testing and mass rebuild of packages is happening in copr. You can follow these instructions to test locally in mock if your package builds with Python 3.12: https://copr.fedorainfracloud.org/coprs/g/python/python3.12/ Let us know here if you have any questions. Python 3.12 is planned to be included in Fedora 39. To make that update smoother, we're building Fedora packages with all pre-releases of Python 3.12. A build failure prevents us from testing all dependent packages (transitive [Build]Requires), so if this package is required a lot, it's important for us to get it fixed soon. We'd appreciate help from the people who know this package best, but if you don't want to work on this now, let us know so we can try to work around it on our side.