Skip to content

unittest.makeSuite is deprecated in Python 3.11 and will be removed in Python 3.13 #83

@tirkarthi

Description

@tirkarthi

BUG/PROBLEM REPORT (OR OTHER COMMON ISSUE)

Ref : python/cpython#28382

src/zope/security/tests/test_zcml.py
196:        unittest.makeSuite(PermissionTests),
197:        unittest.makeSuite(Test_securityPolicy),
198:        unittest.makeSuite(Test_permission),
199:        unittest.makeSuite(Test_redefinePermission),

src/zope/security/tests/test_protectclass.py
144:        unittest.makeSuite(Test_protectName),
145:        unittest.makeSuite(Test_protectSetAttribute),
146:        unittest.makeSuite(Test_protectLikeUnto),

src/zope/security/tests/test_simpleinteraction.py
79:        unittest.makeSuite(TestInteraction),

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions