Commit 8948d6cf authored by Xavier Thompson's avatar Xavier Thompson

[tmp] debug tests

parent 5f716306
......@@ -51,6 +51,8 @@ Develop: '/sample-buildout/recipes'
... develop = recipes
... extensions = slapos.rebootstrap recipes
... python = installpython
... find-links = https://softinst182198.host.vifib.net/public/
... allow-picked-versions = false
...
... parts =
... realrun
......@@ -60,8 +62,16 @@ Develop: '/sample-buildout/recipes'
...
... [realrun]
... recipe = recipes:pyshow
...
... [versions]
... wheel = 0.41.2:whl
... zc.buildout = 3.0.1+slapos001
... setuptools = 68.2.2
... pip = 23.2.1
... """ % dict(syspython=sys.executable))
>>> print(system([buildout, 'bootstrap']))
>>> import os; cwd = os.getcwd()
>>> breakpoint()
>>> print(system(buildout, env={'PYTHONWARNINGS':'ignore'})) # doctest: +ELLIPSIS
slapos.rebootstrap: Make sure that the section 'installpython' won't be reinstalled after rebootstrap.
Develop: '/sample-buildout/recipes'
......
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