Updated from global requirements 76/70676/2
authorCédric Ollivier <cedric.ollivier@orange.com>
Wed, 5 Aug 2020 23:40:15 +0000 (01:40 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Thu, 6 Aug 2020 04:25:01 +0000 (06:25 +0200)
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I3a60f9916ff96b1820c72bb9b45b3c919baeade1

setup.py
test-requirements.txt

index 566d844..f63cc23 100644 (file)
--- a/setup.py
+++ b/setup.py
 # THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT
 import setuptools
 
-# In python < 2.7.4, a lazy loading of package `pbr` will break
-# setuptools if some other modules registered functions in `atexit`.
-# solution from: http://bugs.python.org/issue15881#msg170215
-try:
-    import multiprocessing  # noqa
-except ImportError:
-    pass
-
 setuptools.setup(
     setup_requires=['pbr>=2.0.0'],
     pbr=True)
index 5f3aae2..5681cab 100644 (file)
@@ -8,6 +8,5 @@ flake8<2.6.0,>=2.5.4 # MIT
 pylint # GPLv2
 yamllint
 ansible-lint
-bashate<1.0.0;python_version=='2.7' # Apache-2.0
-bashate;python_version>='3.6' # Apache-2.0
+bashate # Apache-2.0
 bandit