You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import contextlib
class C:
def test_shared_proxy_without_callback(self):
class MyObj:
nonlocal obj
with self.assertRaises(TypeError), contextlib.suppress(StopIteration):
next(it)
from test import mapping_tests
import pytest
class WeakValueDictionaryTestCase(mapping_tests.BasicTestMappingProtocol):
with pytest.raises(TypeError):
weakref.finalize(a, func=fin, arg=1)
error:
Failed to create fix for PytestUnittestRaisesAssertion: Unable to use existing symbol due to late binding
Ruff 0.0.285 (latest changes from main branch)
file content:
error:
PY_FILE_TEST_102810345207062.py.zip
The text was updated successfully, but these errors were encountered: