Getting unexpected DeprecationWarning
when running unit tests using SQLModel v0.0.12
#705
Unanswered
miguelsousa
asked this question in
Questions
Replies: 2 comments
-
The warnings are also visible in SQLModel's own test runs, for example https://github.com/tiangolo/sqlmodel/actions/runs/6913661847/job/18810721739#step:11:187 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Adding |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First Check
Commit to Help
Example Code
Contents of
main.py
Contents of
test_main.py
Description
When running pytests, I'm getting unexpected
DeprecationWarning
messages. What makes it unexpected is that theexecute()
method is not used anywhere in the example code.The warning output is:
Steps to reproduce
Operating System
Linux, macOS
Operating System Details
No response
SQLModel Version
0.0.12
Python Version
3.10.13
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions