Hi Fujita-San,
On 2016年12月10日 22:13, FUJITA Tomonori wrote: > 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. No problem, I will update my patch. Regards, Iwase ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
