mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 03:22:14 +02:00
Fix digitalocean plugin tests for Python 3 (#4821)
assertItemsEqual() doesn't exist in Python 3.x. Travis didn't fail because of some nose errors (so not all tests were run).
This commit is contained in:
@@ -15,6 +15,7 @@ install_requires = [
|
||||
# For pkg_resources. >=1.0 so pip resolves it to a version cryptography
|
||||
# will tolerate; see #2599:
|
||||
'setuptools>=1.0',
|
||||
'six',
|
||||
'zope.interface',
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user