pyodbc.connect() gives an error when executing it with pytest #1353
Replies: 1 comment 1 reply
-
You can start by providing more information about your environment, and preferably an ODBC trace too. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When executing the following code inside of my test function
It throws the following error:
The connection string of my tests is the same as in my project.
The test project also uses the same virtual environment with the same dependencies.
What happens here?
Beta Was this translation helpful? Give feedback.
All reactions