~cjwatson/storm/move-tests

« back to all changes in this revision

Viewing changes to setup.py

Drop zope.component < 3.11.0 restriction for tests. [r=adam-collard]

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    "transaction >= 1.0.0",
30
30
    "twisted >= 10.0.0",
31
31
    "zope.component >= 3.8.0",
32
 
    # zope.component 3.11.0 requires a version of zope.interface that no
33
 
    # version of Ubuntu yet packages. The following rule exists for the
34
 
    # sake of convenience rather than necessity, for the situation where
35
 
    # zope.interface is installed via a package but zope.component is not.
36
 
    "zope.component < 3.11.0",
37
32
    "zope.security >= 3.7.2",
38
33
    ]
39
34