From 9e332b2f86b29beda8f7fe8aee4611bd173de350 Mon Sep 17 00:00:00 2001 From: Tiago Ilieve Date: Sat, 16 Apr 2016 17:44:17 -0300 Subject: [PATCH] Move Pyro4 dependency from 'tox.ini' to 'setup.py' It is a runtime dependency of the server component, needed not only for testing. --- setup.py | 1 + tox.ini | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8ef9827..3fdc632 100644 --- a/setup.py +++ b/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', diff --git a/tox.ini b/tox.ini index 3a53af9..beecbb8 100644 --- a/tox.ini +++ b/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}