Commit c245f705 authored by Łukasz Nowak's avatar Łukasz Nowak

Avoid testnc.

Thanks to 4784a35e, which does buildout
"patching" procedure in test it is not required to provide testnc.
parent 7ea7e8b6
[buildout]
extends = buildout.cfg
parts += nc pync testnc
parts += nc pync
[nc]
recipe = z3c.recipe.scripts
......@@ -16,9 +16,3 @@ recipe = z3c.recipe.scripts
eggs = slapos.libnetworkcache
interpreter = pync
executable = ${buildout:bin-directory}/pync
[testnc]
recipe = ${test:recipe}
eggs = ${test:eggs}
slapos.libnetworkcache
python = pync
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