Merged
Conversation
This reverts commit ea72e9e.
Comment on lines
+50
to
+60
| # Python <3.11 incompatible with macOS ARM64 runners | ||
| # https://github.com/actions/setup-python/issues/948 | ||
| - python: 3.7 | ||
| os: macos-latest | ||
| - python: 3.8 | ||
| os: macos-latest | ||
| - python: 3.9 | ||
| os: macos-latest | ||
| - python: 3.10 | ||
| os: macos-latest | ||
|
|
Contributor
There was a problem hiding this comment.
We should find a way to run these before we merge it.
Member
Author
There was a problem hiding this comment.
I added macos-15-intel runner. Did you meant to run in at-least one macos if not the latest one?
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.
Issue #, if available:
Description of changes:
Issue 1: Retired
macos-13:Issue 2: Python <3.11 incompatible with macOS latest runner
Issue 3: pytest using outdated Python ast module until pytest 7.3.1
Issue 4: Warning about pytest.warns(None) being deprecated on 7.4.0. In pytest 8+, passing None to pytest.warns() will be completely removed.
pytest.warns(None)Issue 5:
-rcflag removed in isort commandIssue 6: Memory error in 32 bit windows machine.
test_GIVEN_two_distinct_valid_encrypted_data_keys_WHEN_serialize_encrypted_data_keys_THEN_deserialize_equals_inputserrored out because of memory error in 32 bit windows OS.Issue 7: Timeout in test vector:
Issue 8 (Flaky not busted): CodeBuild rate limit errors
Removed redundant run of
ci_codebuild-tests.yml. This was getting run withpull.ymlandon pull.Used black for formatting
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Check any applicable: