We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e82793e commit 6b48c32Copy full SHA for 6b48c32
test/unit/test_compatability.py
@@ -15,7 +15,7 @@ class TestWarnDeprecatedPython:
15
def test_happy_version(self):
16
with mock.patch.object(sys, "version_info") as v_info:
17
v_info.major = 3
18
- v_info.minor = 6
+ v_info.minor = 8
19
with pytest.warns(None) as record:
20
_warn_deprecated_python()
21
assert len(record) == 0
0 commit comments