summaryrefslogtreecommitdiffstats
path: root/contrib/python/zope.interface/py3/zope/interface/common/tests/test_collections.py
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2025-10-10 22:17:42 +0300
committerrobot-piglet <[email protected]>2025-10-10 22:28:05 +0300
commit90b8dc330c9dae77ba084e2199f2b85793407372 (patch)
tree1dc781602be51655434becb2e02dd4bd966a3fc6 /contrib/python/zope.interface/py3/zope/interface/common/tests/test_collections.py
parent5cf77d1156cbd68ded4afa6b0255cd6f9971b807 (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.py4
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?