Skip to content

Commit 17fd618

Browse files
author
Sylvain MARIE
committed
Fixed last fix :)
1 parent b67f671 commit 17fd618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefun/tests/test_so.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def test(a, b, x, y):
300300
301301
"""
302302

303-
if (3, 0) <= sys.version_info <= (3, 5):
303+
if (3, 0) <= sys.version_info < (3, 6):
304304
# in older versions of python, the order of **kwargs is not guaranteed (see PEP 468)
305305
assert captured.out.replace('a=hello', 'b=world') == ref_str.replace('a=hello', 'b=world')
306306
else:

0 commit comments

Comments
 (0)