-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update python up to 3.10 and github action versions (#1310)
* Update python up to 3.10 and github actions * Fix python-version * Fix issue with Mapping in python 3.10 * Fix parse_version function for 0.1.dev1_g8efdbf5 case * Trying to fix borken github CI * Trying 3.9 for main.yml CI workflow * Revert "Trying 3.9 for main.yml CI workflow" This reverts commit 386c67f. * Revert "Trying to fix borken github CI" This reverts commit 0c05fd9. * Update pytest * Revert "Revert "Trying to fix borken github CI"" This reverts commit d2326b9. * debug_call.sh * Debug issue with CI * Debug issue with CI * pstree * ps aux * -n 0 for pytest * Update checkout and setup-python actions * Update cache action * Trying to run unit-test wihout postgreesql.kill() * only run builder tests * Revert "only run builder tests" This reverts commit 41a98c2. * strace in debug_call.sh * sudo * Refactor debug_call.sh * Run pytests * Install gordo * scripts/tests.sh * Run on xdist * formatting tests * Fix formatting unit-tests * Fix docker tests * Do not use xdist for CI tests * dockertest mark right condition * Trying to fix unit-tests * Fix allelse test * Debug tests.sh * PYTHONPATH * not dockertest * Try to fix not dockertest condition * Trying to fix issue with not dockertest * Try to fix tests * python 3.10 downgrade github actions * Remove debug code * rm debug_call.sh * Run 3.9 and 3.10 * Do not test for 3.9 * Fix syntax error in main.yml GitHub action * Remove -x argument from bash in main.yml GitHub action * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md. Update condition for main GitHub actions * Attempt to use xdist for slow tests * xdist and PYTHONPATH optional * Fix for usages --------- Co-authored-by: Roman Ivaniuk <[email protected]>
- Loading branch information
1 parent
932116a
commit 8a5b671
Showing
12 changed files
with
185 additions
and
199 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.