On Tue, 13 Dec 2016 11:58:56 +0900
IWASE Yusuke <iwase.yusu...@gmail.com> wrote:

> The v2 patches update the previous patches along with the
> update of upstream.
> 
> 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

Applied, thanks!

------------------------------------------------------------------------------
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
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to