-
Notifications
You must be signed in to change notification settings - Fork 192
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
⬆️ UPGRADE: psycopg2 allow v2.9 #5104
Conversation
will just need to wait for the conda release of pgsu v0.2.1 (can merge the automated conda-forge PR as soon as it pops up) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved pending that all tests pass. Please let me know if there appears to be an issue with the test-install workflow.
eurhhh; ran into another problem; psycopg/psycopg2#1293, which is not being fixed for django v2: django/django#14530 oh well, guess I'll have to fix the issue by dropping django 😉 |
Fixed in aiidateam/pgsu#27 fixes #5002
9821973
to
b8c60f8
Compare
should just need to implement the try/finally, to close the connection, in |
Do you mean It is interesting that it is the migration tests that fail in the first PR after merging them, while I was working on creating a nightly workflow to move them to since we said "the migration tests shouldn't break very often" 😅 |
Well, creating an "empty" profile (configured to an empty database/repository), for the duration of a test, then deleting it, is not really tied to migrations. |
Well if you think 2:30 is not a problem, then the polish also don't have to be moved. Running the two of them takes ~4:20. It is not a huge difference, but still I think it might make sense not to require those additional minutes on every commit. |
But the polish workchains (i.e. integration testing) is completely separate to the unit tests whereas, for example, codecov would report much lower code coverage if we moved chunks of unit tests to separate jobs |
for more information, see https://pre-commit.ci
Codecov Report
@@ Coverage Diff @@
## develop #5104 +/- ##
===========================================
+ Coverage 82.03% 82.06% +0.03%
===========================================
Files 512 512
Lines 36792 36792
===========================================
+ Hits 30179 30189 +10
+ Misses 6613 6603 -10
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to go as far as I am concerned
Fixed in aiidateam/pgsu#27
fixes #5002