lhupfeldt / jenkinsflow

Python API with high level build flow constructs for jenkins/hudson
BSD 3-Clause "New" or "Revised" License
13 stars 4 forks source link

Demo scripts require proxytools to be installed #11

Closed lechat closed 10 years ago

lechat commented 10 years ago

Hi, Lars

I tried to run demos and found that they require proxytools package, which is listed as test dependency only. I think that demos shall run either w/o that package or that package have to be listed as normal dependency.

Aleksey

lhupfeldt commented 10 years ago

Hi Aleksey, I missed that. The demos should not require proxytools. But it requires some cleanup to parameterize the jobloading, so that the demo jobs can be loaded with or without the test framework. The demos are tested the same way as the tests, when being run from test.py. I will see when I get around to fixing that.

Lars

lhupfeldt commented 10 years ago

Added proxytools as dependency, pending later removal