-
-
Notifications
You must be signed in to change notification settings - Fork 24
Merge latest skeleton in python-inspector #119
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
Conversation
Signed-off-by: Chin Yeung Li <[email protected]>
The following images are deprecated in GitHub actions and Azure DevOps: * `ubuntu-18.04` : actions/runner-images#6002 * `macos-10.15` : actions/runner-images#5583 Due to this there was failing tests due to planned brownouts. Updated ubuntu18 to ubuntu22 Updated macos-1015 to macos12 Signed-off-by: Chin Yeung Li <[email protected]>
* Rename references to etc/release with etc/scripts Signed-off-by: Jono Yang <[email protected]>
3.7 is not available anymore on newer OSes and is retired in 2023. Signed-off-by: Philippe Ombredanne <[email protected]>
…pdate_ci Remove thirdparty and update ci
* import update in src/scripts/utils_dejacode * Packvers replacing packaging in other src/scripts * Added packvers in src/scripts/requirments.txt Signed-off-by: swastik <[email protected]>
Replace packaging with packvers in src/scripts
Signed-off-by: Philippe Ombredanne <[email protected]>
Also test on latest Ubuntu and macOS Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: swastik <[email protected]>
@TG1999 review please :) |
@swastkk tests are failing, please look into this |
okay :) |
Can you please help in solving these errors, actually solved the errors which were in
|
like was having this error
how to approach these type of errors...? |
@swastkk you can regen the test output by running these commands
|
Yep, its done with all tests passing Thanks :) |
This comment was marked as resolved.
This comment was marked as resolved.
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.
LGTM!
Sure, but for the rebase i have to pull the latest changes right? but it seems that the latest changes can't be fetched from the |
@swastkk please don't use main branch for PR purposes, instead always cut out a branch and make PR from that. Please run |
Getting this after
|
Please run these commands:
And let us know if you are able to rebase with this ? |
@swastkk you did rebase on which branch ? Can you please run |
Ohh my bad, i think i rebased my old branch |
Signed-off-by: Philippe Ombredanne <[email protected]>
I will rebase it with my |
Also test on latest Ubuntu and macOS Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
* Rename references to etc/release with etc/scripts Signed-off-by: Jono Yang <[email protected]>
3.7 is not available anymore on newer OSes and is retired in 2023. Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: swastik <[email protected]> - Test errors resolve in tests/resolution.py - Bump the requirments packages to latest version - Test error resolve in test_resolution.py - Tests updated with PYINSP_REGEN_TEST_FIXTURES Signed-off-by: Swastik Sharma <[email protected]>
Done with rebase
Rebase DONE 🏁 |
@swastkk this PR now has unrelated changes : | |
What to do now :"( ? |
@pombredanne what are your thoughts on this ? |
IMHO there was a snafu during the rebase. The best way is likely to restart anew... from a clean latest main branch base and merging back the latest skeleton again, then force push this |
Okay got it, making this PR as Draft for any reference and creating a New PR as soon as possible. |
gentle ping ... we need the latest skeleton still :) |
Ok I will have a look! |
@TG1999 merged a different branch with the same effect, so I am closing this. Thank you ++ for your efforts in all cases that are much appreciated! |
Merged the template skeleton into python-inspector project.
SIgned-off-by: swastik [email protected]