diff options
author | robot-piglet <[email protected]> | 2025-10-10 22:17:42 +0300 |
---|---|---|
committer | robot-piglet <[email protected]> | 2025-10-10 22:28:05 +0300 |
commit | 90b8dc330c9dae77ba084e2199f2b85793407372 (patch) | |
tree | 1dc781602be51655434becb2e02dd4bd966a3fc6 /contrib/python/zope.interface/py3/zope/interface/common/tests/test_collections.py | |
parent | 5cf77d1156cbd68ded4afa6b0255cd6f9971b807 (diff) |
Intermediate changes
commit_hash:d61540abee23f6613ae4792d93d214c70f277973
Diffstat (limited to 'contrib/python/zope.interface/py3/zope/interface/common/tests/test_collections.py')
-rw-r--r-- | contrib/python/zope.interface/py3/zope/interface/common/tests/test_collections.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/python/zope.interface/py3/zope/interface/common/tests/test_collections.py b/contrib/python/zope.interface/py3/zope/interface/common/tests/test_collections.py index df7dec99a29..384b033eeb6 100644 --- a/contrib/python/zope.interface/py3/zope/interface/common/tests/test_collections.py +++ b/contrib/python/zope.interface/py3/zope/interface/common/tests/test_collections.py @@ -65,10 +65,6 @@ class TestVerifyClass(VerifyClassMixin, unittest.TestCase): # including some that aren't part of a language protocol, such as # ``index`` and ``count``. memoryview, - # 'pkg_resources._vendor.pyparsing.ParseResults' is registered as a - # MutableMapping but is missing methods like ``popitem`` and - # ``setdefault``. It's imported due to namespace packages. - 'ParseResults', # sqlite3.Row claims ISequence but also misses ``index`` and # ``count``. It's imported because...? Coverage imports it, but why # do we have it without coverage? |