Replies: 1 comment 6 replies
-
I'm not sure if you are doing something "wrong". I tried your sample code, though, and didn't receive any errors! I have, however, seen something similar in our own test suite:
It is on my list of things to look into when I get a chance...but I haven't noticed that it is of significant concern. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
running the following script with pytest such that it raises warnings,
pytest -Werror test.py
, raises an error on my machine:This is the error:
Am I doing anything wrong with the thin driver? I did not see this behavior with cx_Oracle.
Beta Was this translation helpful? Give feedback.
All reactions