- Notifications
You must be signed in to change notification settings - Fork37
A support of Python v3.8#238
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
dmitry-lipetsk merged 6 commits intopostgrespro:masterfromdmitry-lipetsk:D20250408_001--python_3_8Apr 10, 2025
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
6 commits Select commitHold shift + click to select a range
1618d7c A support of Python 3.8 [typing]
dmitry-lipetsk96ddf19 A support of Python 3.8 [import]
dmitry-lipetsk208c5e3 [CI] Test with python 3.8, 3.9, 3.10 and 3.11 [std2-all][alpine]
dmitry-lipetsk48c7625 Revert "A support of Python 3.8 [import]"
dmitry-lipetskb0fd127 [CI] Test with Python 3.8.0 is added [std2-all]
dmitry-lipetsk0e68acb Dockerfile--std2-all.tmpl is updated [cleanup]
dmitry-lipetskFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
A support of Python 3.8 [import]
This commit fixes a problem with imports.As I understand 3.8 has a problem with import across root-directory and I do not know/find how to fix it correctly.If someone know how to resolve these problems more easily (through sys.path/__init__.py?) - you are welcome!
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit96ddf19fa5218f79b2a7f9d58753ac6200eae795
There are no files selected for viewing
7 changes: 6 additions & 1 deletiontestgres/plugins/pg_probackup2/pg_probackup2/tests/test_basic.py
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
27 changes: 19 additions & 8 deletionstests/helpers/global_data.py
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
21 changes: 15 additions & 6 deletionstests/test_config.py
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
11 changes: 8 additions & 3 deletionstests/test_os_ops_common.py
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
6 changes: 5 additions & 1 deletiontests/test_os_ops_remote.py
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
73 changes: 50 additions & 23 deletionstests/test_testgres_common.py
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
49 changes: 34 additions & 15 deletionstests/test_testgres_local.py
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
27 changes: 20 additions & 7 deletionstests/test_testgres_remote.py
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
12 changes: 9 additions & 3 deletionstests/test_utils.py
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
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.