We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b2baaa commit 4b251e2Copy full SHA for 4b251e2
pyfields/tests/issues/test_issue_84.py
@@ -55,7 +55,7 @@ class Foo(ABC):
55
g = Foo()
56
assert g.a == 0
57
58
- if sys.version_info < (3,):
+ if sys.version_info < (3, 7):
59
# errors below wont be raised anyway
60
return
61
@@ -77,7 +77,7 @@ class Foo(ABC):
77
f = Foo()
78
assert str(f) == "Foo(a=0)"
79
80
81
82
83
0 commit comments