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
These are cached properties that override a plain attribute and so
stubtest complains with the following:
```
error: django.contrib.gis.db.backends.oracle.features.DatabaseFeatures.django_test_skips variable differs from runtime type functools.cached_property[Any]
Stub: in file /home/nick/Sources/_external/django-stubs/django-stubs/contrib/gis/db/backends/oracle/features.pyi:145
builtins.dict[builtins.str, builtins.set[builtins.str]]
Runtime:
<django.utils.functional.cached_property object at 0x7f628c1d8f50>
error: django.db.backends.oracle.features.DatabaseFeatures.django_test_skips variable differs from runtime type functools.cached_property[Any]
Stub: in file /home/nick/Sources/_external/django-stubs/django-stubs/db/backends/oracle/features.pyi:145
builtins.dict[builtins.str, builtins.set[builtins.str]]
Runtime:
<django.utils.functional.cached_property object at 0x7f628c1c5910>
error: django.db.backends.oracle.features.DatabaseFeatures.supports_frame_exclusion variable differs from runtime type functools.cached_property[Any]
Stub: in file /home/nick/Sources/_external/django-stubs/django-stubs/db/backends/oracle/features.pyi:102
builtins.bool
Runtime:
<django.utils.functional.cached_property object at 0x7f628c1c5b20>
```
There are many others of these that need looking at properly, so skip
them for now...
0 commit comments