-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
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
Update hiddenimports for pymssql 2.2.0+ #315
Conversation
I don't understand why the original one was split into two hooks. |
Probably because older versions have/had different layout than the latest version: https://files.pythonhosted.org/packages/d6/2c/2733701c16cbd5aa047cff8e52b84dfa9fb583fc4afa3b2a5b7f03a4054a/pymssql-2.1.5-cp39-cp39-manylinux1_x86_64.whl |
2a252d7
to
7b442b4
Compare
Looks good to me. Can you run the oneshot test against multiple different versions of |
Script is
import pymssql
https://stackoverflow.com/questions/69076831/how-to-get-rid-of-the-error-ms-sql-not-found
I am confused.