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 475b9c7 commit 8826bb8Copy full SHA for 8826bb8
testing/_py/test_local.py
@@ -18,7 +18,7 @@
18
@contextlib.contextmanager
19
def ignore_encoding_warning():
20
with warnings.catch_warnings():
21
- if sys.version_info > (3, 10):
+ if sys.version_info >= (3, 10):
22
warnings.simplefilter("ignore", EncodingWarning) # noqa: F821
23
yield
24
0 commit comments