Skip to content

Commit

Permalink
Fixed last fix :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain MARIE committed Mar 19, 2019
1 parent b67f671 commit 17fd618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefun/tests/test_so.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def test(a, b, x, y):
"""

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

0 comments on commit 17fd618

Please sign in to comment.