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

[tmp] debug tests

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