Commit 02ece47d authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

Update Release Candidate

parents 4676141b a23a55dc
...@@ -309,6 +309,7 @@ class TestCustomFrontend(SlaprunnerTestCase): ...@@ -309,6 +309,7 @@ class TestCustomFrontend(SlaprunnerTestCase):
def test(self): def test(self):
parameter_dict = self.computer_partition.getConnectionParameterDict() parameter_dict = self.computer_partition.getConnectionParameterDict()
# slapproxy returns the backend URL when requesting a slave frontend
self.assertEqual( self.assertEqual(
parameter_dict['custom-frontend-url'], parameter_dict['custom-frontend-url'],
'https://www.erp5.com') 'https://www.erp5.com')
...@@ -517,6 +517,9 @@ eggs = ${neoppod:eggs} ...@@ -517,6 +517,9 @@ eggs = ${neoppod:eggs}
networkx networkx
# Needed for checking ZODB Components source code # Needed for checking ZODB Components source code
pylint pylint
jedi
yapf
typing
pytracemalloc pytracemalloc
xlrd xlrd
...@@ -828,3 +831,10 @@ responses = 0.10.6 ...@@ -828,3 +831,10 @@ responses = 0.10.6
# Required by: # Required by:
# responses = 0.10.6 # responses = 0.10.6
cookies = 2.2.1 cookies = 2.2.1
jedi = 0.15.1
parso = 0.5.1
yapf = 0.28.0
typing = 3.7.4.1
...@@ -144,7 +144,7 @@ slapos.libnetworkcache = 0.19 ...@@ -144,7 +144,7 @@ slapos.libnetworkcache = 0.19
slapos.rebootstrap = 4.2 slapos.rebootstrap = 4.2
slapos.recipe.build = 0.42 slapos.recipe.build = 0.42
slapos.recipe.cmmi = 0.11 slapos.recipe.cmmi = 0.11
slapos.toolbox = 0.97 slapos.toolbox = 0.98
stevedore = 1.21.0 stevedore = 1.21.0
subprocess32 = 3.5.3 subprocess32 = 3.5.3
unicodecsv = 0.14.1 unicodecsv = 0.14.1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment