mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Move Pyro4 dependency from 'tox.ini' to 'setup.py'
It is a runtime dependency of the server component, needed not only for testing.
This commit is contained in:
parent
12e6467f6d
commit
9e332b2f86
2 changed files with 1 additions and 1 deletions
1
setup.py
1
setup.py
|
@ -27,6 +27,7 @@ setup(name='bootstrap-vz',
|
||||||
'docopt >= 0.6.1',
|
'docopt >= 0.6.1',
|
||||||
'pyrfc3339 >= 1.0',
|
'pyrfc3339 >= 1.0',
|
||||||
'requests >= 2.4.3',
|
'requests >= 2.4.3',
|
||||||
|
'pyro4 >= 4.30',
|
||||||
],
|
],
|
||||||
license='Apache License, Version 2.0',
|
license='Apache License, Version 2.0',
|
||||||
description='Bootstrap Debian images for virtualized environments',
|
description='Bootstrap Debian images for virtualized environments',
|
||||||
|
|
1
tox.ini
1
tox.ini
|
@ -26,7 +26,6 @@ deps =
|
||||||
nose
|
nose
|
||||||
nose-cov
|
nose-cov
|
||||||
nose-htmloutput
|
nose-htmloutput
|
||||||
Pyro4 >= 4.30
|
|
||||||
pyvbox >= 0.2.0
|
pyvbox >= 0.2.0
|
||||||
commands = nosetests --with-html --html-file=system.html --verbose {posargs:tests/system}
|
commands = nosetests --with-html --html-file=system.html --verbose {posargs:tests/system}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue