Skip to content

Commit

Permalink
Account for bad IRO in plone.i18n.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Nov 6, 2024
1 parent e96652d commit a4f8a64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on: [push, pull_request]

env:
PYTHONHASHSEED: 1042466059
ZOPE_INTERFACE_STRICT_IRO: 1
# plone.i18n has bad IROs.
# ZOPE_INTERFACE_STRICT_IRO: 1
ZOPE_INTERFACE_WARN_BAD_IRO: 1


jobs:
Expand Down

0 comments on commit a4f8a64

Please sign in to comment.