-
Notifications
You must be signed in to change notification settings - Fork 84
chore(CI): fix CI #785
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
Open
rishav-karanjit
wants to merge
70
commits into
master
Choose a base branch
from
fixCI
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
chore(CI): fix CI #785
Changes from all commits
Commits
Show all changes
70 commits
Select commit
Hold shift + click to select a range
ea72e9e
m
rishav-karanjit 2f35607
fix
rishav-karanjit 28ba48b
Revert "m"
rishav-karanjit 090a7f6
m
rishav-karanjit faa91e3
m
rishav-karanjit a35b94c
m
rishav-karanjit 697183e
m
rishav-karanjit 6d36866
m
rishav-karanjit c73885b
m
rishav-karanjit 5bd41ce
m
rishav-karanjit 3cec44b
m
rishav-karanjit cfddcb5
m
rishav-karanjit 1337608
m
rishav-karanjit 322f4ca
m
rishav-karanjit 0200346
m
rishav-karanjit 7a950ff
m
rishav-karanjit 685a84e
isort remove rc
rishav-karanjit bed5025
use shorter traceback to avoid OOM
rishav-karanjit 58b63ca
Add minimal Unicode crash reproduction test
rishav-karanjit d9ce902
rm x64
rishav-karanjit 2f06323
m
rishav-karanjit 0b30502
m
rishav-karanjit 11c5e7b
Fix debug script to avoid console encoding issues
rishav-karanjit 61d204c
m
rishav-karanjit 5998560
Run debug test through pytest to reproduce actual crash
rishav-karanjit 09c2bb1
Install pytest before running debug test
rishav-karanjit 876ec93
Remove debug unicode test - unable to reproduce issue
rishav-karanjit 4a29743
m
rishav-karanjit 790d066
m
rishav-karanjit 049b921
m
rishav-karanjit 7f30cca
m
rishav-karanjit 39f9d89
3.13
rishav-karanjit 4ba2223
3.14
rishav-karanjit b51efb3
m
rishav-karanjit 164001f
m
rishav-karanjit 5aa5758
m
rishav-karanjit 9b6ce15
m
rishav-karanjit b8cb523
m
rishav-karanjit 776fc93
m
rishav-karanjit 1b3a5f2
m
rishav-karanjit b59762e
Add test file
rishav-karanjit 526c11f
m
rishav-karanjit ccb2d0c
m
rishav-karanjit f483073
m
rishav-karanjit a8744b4
m
rishav-karanjit 5d9c075
m
rishav-karanjit 52a2115
m
rishav-karanjit 1d0fe14
m
rishav-karanjit ac0eb04
m
rishav-karanjit f0e8161
Update reproduce_bug.yaml
rishav-karanjit 8eef636
Update test_serialize.py
rishav-karanjit 0ffc4d9
Revert "Update test_serialize.py"
rishav-karanjit 4f796d6
m
rishav-karanjit cc04401
Change to batch
rishav-karanjit 63ab15e
m
rishav-karanjit 7bddad2
m
rishav-karanjit fc113fa
m
rishav-karanjit d5ca72d
m
rishav-karanjit 219e782
m
rishav-karanjit 34c55e7
rm reproduce bug
rishav-karanjit 63f2f2d
formatting
rishav-karanjit c098caf
m
rishav-karanjit e571487
m
rishav-karanjit 8bd2a4a
m
rishav-karanjit e01ce9a
m
rishav-karanjit ef8f62a
m
rishav-karanjit 0259a0b
m
rishav-karanjit 00602d0
empty commit
rishav-karanjit c811ca1
m
rishav-karanjit 0f3115d
m
rishav-karanjit File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| mock | ||
| pytest>=3.3.1 | ||
| pytest>=8.4.2 | ||
| pytest-cov | ||
| pytest-mock | ||
| pytest-mock>=3.14.0 | ||
| requests |
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| mock==4.0.3 | ||
| pytest==7.2.1 | ||
| pytest==8.0.0 | ||
| pytest-cov==4.0.0 | ||
| pytest-mock==3.6.1 |
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
We should find a way to run these before we merge it.