We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I ran the migration script, and promptly ran our tests, and they failed due to the following error:
ImportError while importing test module '/.....py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/......py:6: in <module> from api.common.model import AppException api/.......py:12: in <module> from pydantic.generics import GenericModel as PyGenericModel # noqa E ImportError: cannot import name 'GenericModel' from 'pydantic.generics' (/...../lib/python3.10/site-packages/pydantic/generics.py)
My guess is that perhaps the migration script doesn't handle as imports?
as
If any more details or repro case is useful, I'll be happy to oblige.
The text was updated successfully, but these errors were encountered:
Yeah, your guess is correct.
Sorry, something went wrong.
No branches or pull requests
Hello,
I ran the migration script, and promptly ran our tests, and they failed due to the following error:
My guess is that perhaps the migration script doesn't handle
as
imports?If any more details or repro case is useful, I'll be happy to oblige.
The text was updated successfully, but these errors were encountered: