mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
buildbot: - Now python 3 only (3.5+) - Add missing tests_requires to setup.py buildbot-worker: - Retains Python 2/3 compatibility - Remove setup.py patch (upstreamed) Changelog: https://docs.buildbot.net/current/relnotes/index.html#buildbot-2-2-0-2019-04-07 Security: 5536ea5f-6814-11e9-a8f7-0050562a4d7b MFH: 2019Q2
11 lines
234 B
Python
11 lines
234 B
Python
--- setup.py.orig 2019-04-07 13:12:23 UTC
|
|
+++ setup.py
|
|
@@ -486,6 +486,8 @@ test_deps = [
|
|
'boto3',
|
|
'moto',
|
|
'mock>=2.0.0',
|
|
+ 'parameterized',
|
|
+ 'buildbot-worker',
|
|
]
|
|
if sys.platform != 'win32':
|
|
test_deps += [
|