[RELEASE] Fix pbr version to avoid docker build error 87/121187/2
authormorganrol <morgan.richomme@orange.com>
Fri, 7 May 2021 14:20:17 +0000 (16:20 +0200)
committermorganrol <morgan.richomme@orange.com>
Fri, 7 May 2021 14:31:02 +0000 (16:31 +0200)
The new release of pbr check the consistancy between the python
version and the last tag on the branch

Issue-ID: INT-1882

Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: Ibb110a9b65fe019208cd4448e6cf2c3e10518d29

.gitreview
setup.py

index 82d6a22..2f7cc39 100644 (file)
@@ -1,7 +1,5 @@
-
-        [gerrit]
-        host=gerrit.onap.org
-        port=29418
-        project=testsuite/pythonsdk-tests
-        defaultbranch=master
-        
\ No newline at end of file
+[gerrit]
+  host=gerrit.onap.org
+  port=29418
+  project=testsuite/pythonsdk-tests
+  defaultbranch=guilin
index 8b44c49..991295e 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -5,6 +5,6 @@
 from setuptools import setup
 
 setup(
-    setup_requires=['pbr','setuptools'],
+    setup_requires=['pbr<5.6.0','setuptools'],
     pbr=True
 )