-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST: psycopg2 errors when running tests locally #24485
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
Comments
Looking at setup.cfg, I guess I'm supposed to start specifying |
Skipping should probably be the default, right @datapythonista? |
I thought about it, but as Happy to change it, I don't have a preference. |
I'd prefer skipping but default (but failing if the db tests are requested
and don't get setup correctly). I know that I have pyscopg2 installed in my
dev env, but don't have the expected databases setup right now.
…On Sat, Dec 29, 2018 at 2:19 PM Marc Garcia ***@***.***> wrote:
I thought about it, but as pymysql and psycopg are not in environment.yml,
I didn't see a difference, as the tests should be skipped anyway.
Happy to change it, I don't have a preference.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#24485 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABQHIrNIswmqe_-tEAL2uxwR70aJbeW5ks5u985dgaJpZM4Zkpg3>
.
|
ok, will open a PR |
So I'm now getting 242 errors, at runtime, most/all of which appear to be in pandas/tests/io/test_sql.py. The error message I'm seeing is weird:
Any chance this is related to #24492? |
Sorry. Yes, just realized now. I tested it with different values for the Will open a PR soon. |
Opened #24513 |
I just started noticing these (167 of them) in the logs from
python -m pytest pandas/tests --skip-slow
The text was updated successfully, but these errors were encountered: