diff --git a/tests/stubtest_allowlists/py310.txt b/tests/stubtest_allowlists/py310.txt index f71c76af0..184b8d179 100644 --- a/tests/stubtest_allowlists/py310.txt +++ b/tests/stubtest_allowlists/py310.txt @@ -16,7 +16,7 @@ builtins.property.__set_name__ # Doesn't actually exist contextlib.AbstractAsyncContextManager.__class_getitem__ contextlib.AbstractContextManager.__class_getitem__ fractions.Fraction.__new__ # overload is too complicated for stubtest to resolve -functools.cached_property.__set__ # Stub is a while lie; see comments in the stub +functools.cached_property.__set__ # Stub is a white lie; see comments in the stub gettext.install gettext.translation hmac.new # Stub is a white lie; see comments in the stub diff --git a/tests/stubtest_allowlists/py311.txt b/tests/stubtest_allowlists/py311.txt index d751add7f..e30e54e39 100644 --- a/tests/stubtest_allowlists/py311.txt +++ b/tests/stubtest_allowlists/py311.txt @@ -20,7 +20,7 @@ enum.auto.__init__ enum.auto.value fractions.Fraction.__new__ # overload is too complicated for stubtest to resolve ftplib.FTP.trust_server_pasv_ipv4_address -functools.cached_property.__set__ # Stub is a while lie; see comments in the stub +functools.cached_property.__set__ # Stub is a white lie; see comments in the stub ipaddress.IPv4Interface.hostmask ipaddress.IPv6Interface.hostmask ipaddress._BaseNetwork.broadcast_address diff --git a/tests/stubtest_allowlists/py38.txt b/tests/stubtest_allowlists/py38.txt index 9b50e8d2c..358719ad1 100644 --- a/tests/stubtest_allowlists/py38.txt +++ b/tests/stubtest_allowlists/py38.txt @@ -42,7 +42,7 @@ dummy_threading.Thread.native_id dummy_threading.local.__new__ fractions.Fraction.__new__ # overload is too complicated for stubtest to resolve ftplib.FTP.trust_server_pasv_ipv4_address # Dangerous to use, intentionally undocumented, intentionally missing from typeshed. #6154 -functools.cached_property.__set__ # Stub is a while lie; see comments in the stub +functools.cached_property.__set__ # Stub is a white lie; see comments in the stub gettext.install # codeset default value is ['unspecified'] so can't be specified gettext.translation # codeset default value is ['unspecified'] so can't be specified hmac.new # Stub is a white lie; see comments in the stub diff --git a/tests/stubtest_allowlists/py39.txt b/tests/stubtest_allowlists/py39.txt index e87d03c83..918d864e5 100644 --- a/tests/stubtest_allowlists/py39.txt +++ b/tests/stubtest_allowlists/py39.txt @@ -36,7 +36,7 @@ contextlib.AbstractAsyncContextManager.__class_getitem__ contextlib.AbstractContextManager.__class_getitem__ distutils.command.bdist_wininst # see #6523 fractions.Fraction.__new__ # overload is too complicated for stubtest to resolve -functools.cached_property.__set__ # Stub is a while lie; see comments in the stub +functools.cached_property.__set__ # Stub is a white lie; see comments in the stub gettext.install gettext.translation hmac.new # Stub is a white lie; see comments in the stub