On Tue, 22 Nov 2016 11:34:53 +0900 IWASE Yusuke <[email protected]> wrote:
> For OpenStack, Ryu should be comapitble to be installed with > "pip install" command. > OTOH, the requirements for Ryu are separeted: > - tools/pip-requires (referred by pip) > - tools/optional-requires (NOT referred by pip) > - tools/test-requires) (NOT referred by pip) > This make it complex to check the minimal requirements for > installing Ryu with pip and also the conflicts with the > requirements of OpenStack. > > The following patches add two tests for: > - Check whether Ryu can work correctly with only > tools/pip-requires. > - Check whether the requirements of Ryu has no conflict > with that of OpenStack. > > IWASE Yusuke (2): > tox: Test ryu-manager without additional requirements > test_requirements: Test cases for checking requirements > > ryu/tests/unit/test_requirements.py | 85 > +++++++++++++++++++++++++++++++++++++ > tox.ini | 18 +++++--- > 2 files changed, 98 insertions(+), 5 deletions(-) > create mode 100644 ryu/tests/unit/test_requirements.py I can't apply this cleanly. Can you update? Sorry about the extra effort. ------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today.http://sdm.link/xeonphi _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
