Skip to content
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

Fix Missing Imports #186

Merged
merged 3 commits into from
Sep 15, 2014
Merged

Fix Missing Imports #186

merged 3 commits into from
Sep 15, 2014

Conversation

opalmer
Copy link
Member

@opalmer opalmer commented Sep 15, 2014

This change fixes a missing import that came up with I created a buildbot instance for testing OSX and Windows (building out a vm for Windows still):

https://build.pyfarm.net/builders/master-postgres-mac-2.7/builds/8/steps/run%20tests/logs/stdio

This came up because we're receiving a BAD_REQUEST response on OS X which is not something we're getting on Linux and the BAD_REQUEST object itself is not being imported. Unfortunately, the tests are still failing however (though for other reasons it appears):

https://build.pyfarm.net/builders/master-postgres-mac-2.7/builds/9/steps/run%20tests/logs/stdio

The change fixes the missing import but not the general test failure since that requires further debugging and it may just be because that build slave is not setup correctly.

@opalmer opalmer added the bug label Sep 15, 2014
@opalmer opalmer added this to the 0.8.0 milestone Sep 15, 2014
@opalmer opalmer self-assigned this Sep 15, 2014
@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 445ede0 on fix_missing_imports into b501604 on master.

@opalmer opalmer mentioned this pull request Sep 15, 2014
opalmer pushed a commit that referenced this pull request Sep 15, 2014
@opalmer opalmer merged commit 2c53e28 into master Sep 15, 2014
@opalmer opalmer deleted the fix_missing_imports branch November 2, 2014 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants