As Stamatis reported on;
  [Ryu-devel] Problem with new version of Pip
Using "pip" as a Python library is not offically recommended and planned to
break in "pip" version 10.

The following patches removes an unused function and fixes an unit test file,
which are importing "pip", in order to avoid this problem.

IWASE Yusuke (2):
  utils: Remove "parse_requirements" function
  test_requirements: Avoid using pip as library

 ryu/tests/unit/test_requirements.py | 13 ++++++-------
 ryu/utils.py                        | 31 -------------------------------
 2 files changed, 6 insertions(+), 38 deletions(-)

--
2.7.4


------------------------------------------------------------------------------
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