| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
E AttributeError: module 'collections' has no attribute 'MutableMapping'
_ ERROR collecting .nox/unit-3-10-oauth2client-oauth2client-4-5dev/tmp/tests/test_schema.py _
tests/test_schema.py:22: in <module>
import unittest2 as unittest
../lib/python3.10/site-packages/unittest2/__init__.py:40: in <module>
from unittest2.collector import collector
../lib/python3.10/site-packages/unittest2/collector.py:3: in <module>
from unittest2.loader import defaultTestLoader
../lib/python3.10/site-packages/unittest2/loader.py:13: in <module>
from unittest2 import case, suite, util
../lib/python3.10/site-packages/unittest2/case.py:18: in <module>
from unittest2 import result
../lib/python3.10/site-packages/unittest2/result.py:10: in <module>
from unittest2.compatibility import wraps
../lib/python3.10/site-packages/unittest2/compatibility.py:143: in <module>
class ChainMap(collections.MutableMapping):
E AttributeError: module 'collections' has no attribute 'MutableMapping'
If unittest is the issue, we could move over to pytest for consistency with the other repos. |
Sorry, something went wrong.
|
From the PyPI page for unittest2:
We can just replace it with the stdlib's unittest: see #1564. |
Sorry, something went wrong.
🤖 I have created a release \*beep\* \*boop\* --- ## [2.26.0](https://www.github.com/googleapis/google-api-python-client/compare/v2.25.0...v2.26.0) (2021-10-12) ### Features * add support for python 3.10 ([#1557](https://www.github.com/googleapis/google-api-python-client/issues/1557)) ([bcc507f](https://www.github.com/googleapis/google-api-python-client/commit/bcc507fd7e0ba338cba4afc9c93d9fc577187425)) * **analyticsadmin:** update the api be347fe ([1c9dcfd](https://www.github.com/googleapis/google-api-python-client/commit/1c9dcfd348b6601c1c5ff0f4f71aee262256377e)) * **androidpublisher:** update the api 594b20b ([1c9dcfd](https://www.github.com/googleapis/google-api-python-client/commit/1c9dcfd348b6601c1c5ff0f4f71aee262256377e)) * **appengine:** update the api 59606ed ([1c9dcfd](https://www.github.com/googleapis/google-api-python-client/commit/1c9dcfd348b6601c1c5ff0f4f71aee262256377e)) * **area120tables:** update the api f35db63 ([1c9dcfd](https://www.github.com/googleapis/google-api-python-client/commit/1c9dcfd348b6601c1c5ff0f4f71aee262256377e)) * **chromepolicy:** update the api ecaafc4 ([1c9dcfd](https://www.github.com/googleapis/google-api-python-client/commit/1c9dcfd348b6601c1c5ff0f4f71aee262256377e)) * **cloudbuild:** update the api 7f6e2e7 ([1c9dcfd](https://www.github.com/googleapis/google-api-python-client/commit/1c9dcfd348b6601c1c5ff0f4f71aee262256377e)) * **cloudsearch:** update the api b6310c5 ([1c9dcfd](https://www.github.com/googleapis/google-api-python-client/commit/1c9dcfd348b6601c1c5ff0f4f71aee262256377e)) * **container:** update the api 01aebc9 ([1c9dcfd](https://www.github.com/googleapis/google-api-python-client/commit/1c9dcfd348b6601c1c5ff0f4f71aee262256377e)) * **content:** update the api 47a7935 ([1c9dcfd](https://www.github.com/googleapis/google-api-python-client/commit/1c9dcfd348b6601c1c5ff0f4f71aee262256377e)) * **dialogflow:** update the api 14e2dce ([1c9dcfd](https://www.github.com/googleapis/google-api-python-client/commit/1c9dcfd348b6601c1c5ff0f4f71aee262256377e)) * **dns:** update the api 3e8173d ([1c9dcfd](https://www.github.com/googleapis/google-api-python-client/commit/1c9dcfd348b6601c1c5ff0f4f71aee262256377e)) * **documentai:** update the api fa10141 ([1c9dcfd](https://www.github.com/googleapis/google-api-python-client/commit/1c9dcfd348b6601c1c5ff0f4f71aee262256377e)) * **domains:** update the api 9217f62 ([1c9dcfd](https://www.github.com/googleapis/google-api-python-client/commit/1c9dcfd348b6601c1c5ff0f4f71aee262256377e)) * **iap:** update the api 178edbd ([1c9dcfd](https://www.github.com/googleapis/google-api-python-client/commit/1c9dcfd348b6601c1c5ff0f4f71aee262256377e)) * **managedidentities:** update the api 6c7bd38 ([1c9dcfd](https://www.github.com/googleapis/google-api-python-client/commit/1c9dcfd348b6601c1c5ff0f4f71aee262256377e)) * **osconfig:** update the api 89f87e5 ([1c9dcfd](https://www.github.com/googleapis/google-api-python-client/commit/1c9dcfd348b6601c1c5ff0f4f71aee262256377e)) * **redis:** update the api 5e0bac1 ([1c9dcfd](https://www.github.com/googleapis/google-api-python-client/commit/1c9dcfd348b6601c1c5ff0f4f71aee262256377e)) * **retail:** update the api 8d4f2af ([1c9dcfd](https://www.github.com/googleapis/google-api-python-client/commit/1c9dcfd348b6601c1c5ff0f4f71aee262256377e)) * **servicenetworking:** update the api b74f86c ([1c9dcfd](https://www.github.com/googleapis/google-api-python-client/commit/1c9dcfd348b6601c1c5ff0f4f71aee262256377e)) * **speech:** update the api 1fe9ba8 ([1c9dcfd](https://www.github.com/googleapis/google-api-python-client/commit/1c9dcfd348b6601c1c5ff0f4f71aee262256377e)) * **sqladmin:** update the api 1e3c477 ([1c9dcfd](https://www.github.com/googleapis/google-api-python-client/commit/1c9dcfd348b6601c1c5ff0f4f71aee262256377e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
| Back | FazBrowse Home | New Git URL |
No description provided.