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
This is only an issue on main, not in any release.
When I want to try a library out, I'll install it into a fresh env, run python repl and do from lib import * and have a play around. If just doing that raised an error it would freak me out a little about the lib.
Possible solution:
remove .testing imports from starlite.__all__
add deprecation warning for top-level .testing imports
remove if TYPE_CHECKING too? May as well if we are doing the above, I think?
This is only an issue on main, not in any release.
When I want to try a library out, I'll install it into a fresh env, run python repl and do
from lib import *
and have a play around. If just doing that raised an error it would freak me out a little about the lib.Possible solution:
.testing
imports fromstarlite.__all__
.testing
importsif TYPE_CHECKING
too? May as well if we are doing the above, I think?Refs: #174 #130
The text was updated successfully, but these errors were encountered: