mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +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',
|
||||
'pyrfc3339 >= 1.0',
|
||||
'requests >= 2.4.3',
|
||||
'pyro4 >= 4.30',
|
||||
],
|
||||
license='Apache License, Version 2.0',
|
||||
description='Bootstrap Debian images for virtualized environments',
|
||||
|
|
1
tox.ini
1
tox.ini
|
@ -26,7 +26,6 @@ deps =
|
|||
nose
|
||||
nose-cov
|
||||
nose-htmloutput
|
||||
Pyro4 >= 4.30
|
||||
pyvbox >= 0.2.0
|
||||
commands = nosetests --with-html --html-file=system.html --verbose {posargs:tests/system}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue