Skip to content

Commit

Permalink
Ensure all objects have consistent resolution orders.
Browse files Browse the repository at this point in the history
  • Loading branch information
janjaapdriessen committed Apr 2, 2020
1 parent efb83e8 commit 52c7c4b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -5,7 +5,7 @@ CHANGES
5.5.2 (unreleased)
------------------

- Nothing changed yet.
- Ensure all objects have consistent resolution orders.


5.5.1 (2019-11-12)
Expand Down
1 change: 0 additions & 1 deletion src/zope/testbrowser/browser.py
Expand Up @@ -927,7 +927,6 @@ def mechRepr(self):
return "<SelectControl(%s=[*, ambiguous])>" % self.name


@implementer(interfaces.IListControl)
class RadioListControl(ListControl):

_elems = None
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Expand Up @@ -19,6 +19,7 @@ commands =
coverage run -m zope.testrunner --test-path=src {posargs:-vc}
setenv =
COVERAGE_FILE=.coverage.{envname}
ZOPE_INTERFACE_STRICT_IRO=1

[testenv:coverage-report]
basepython = python3.6
Expand Down

0 comments on commit 52c7c4b

Please sign in to comment.