Use binary psycopg2 packages#40
Merged
SergeyPirogov merged 1 commit intotestcontainers:masterfrom Sep 27, 2019
walles:walles/psycopg2-bin
Merged
Use binary psycopg2 packages#40SergeyPirogov merged 1 commit intotestcontainers:masterfrom walles:walles/psycopg2-bin
SergeyPirogov merged 1 commit intotestcontainers:masterfrom
walles:walles/psycopg2-bin
Conversation
Codecov Report
@@ Coverage Diff @@
## master #40 +/- ##
=======================================
Coverage 77.64% 77.64%
=======================================
Files 17 17
Lines 331 331
Branches 21 21
=======================================
Hits 257 257
Misses 59 59
Partials 15 15Continue to review full report at Codecov.
|
Quoting its web page: > The binary package is a practical choice for development and testing but in production it is advised to use the package built from sources. For me right now, not having had to build psycopg2 from source would have made my life easier.
SergeyPirogov
approved these changes
Sep 27, 2019
Contributor
Author
|
@SergeyPirogov would it be possible for you to make a new release with this change in it? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Quoting the
psycopg2-binaryweb page:For me right now, not having had to build
psycopg2from source while testing would have made my life easier.