Thank You :)

> Wiadomość napisana przez FUJITA Tomonori <fujita.tomon...@gmail.com> w dniu 
> 31.07.2018, o godz. 01:09:
> 
> On Mon, 30 Jul 2018 10:01:56 +0200
> Slawomir Kaplonski <skapl...@redhat.com> wrote:
> 
>> From bb3963b448b542c3aeac5fb9f3f15fcee5c2b423 Mon Sep 17 00:00:00 2001
>> From: Slawek Kaplonski <skapl...@redhat.com>
>> Date: Wed, 25 Jul 2018 13:47:48 +0200
>> Subject: [PATCH] Fix UT when running in python 3.7 env
>> 
>> Due to change [1] in python 3.7 one of ryu's unit tests
>> was failing with this version of interpreter. It was like that
>> because of missing __qualname__ attribute in functools.partial
>> object.
>> This patch fixes it by adding such attribute if it's not
>> set already.
>> 
>> [1] https://github.com/python/cpython/pull/4496
>> 
>> Signed-off-by: Slawek Kaplonski <skapl...@redhat.com>
>> ---
>> ryu/tests/test_lib.py | 2 ++
>> 1 file changed, 2 insertions(+)
> 
> Applied, thanks!
> 
> Enable python 3.7 unittests on travis-ci?

— 
Slawek Kaplonski
Senior software engineer
Red Hat


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