-
Notifications
You must be signed in to change notification settings - Fork 74
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
HJ-250 - Address PyPi deprecation warnings #5550
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
fides Run #11429
Run Properties:
|
Project |
fides
|
Branch Review |
refs/pull/5550/merge
|
Run status |
Failed #11429
|
Run duration | 01m 05s |
Commit |
2a76fc004b ℹ️: Merge d04795771d4861e6877f426f39b2b78426916f02 into e6609fa45da1b211680902f3811c...
|
Committer | Andres Torres |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
1
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
3
|
Upgrade your plan to view test results. | |
View all changes introduced in this branch ↗︎ |
Tests for review
name="ethyca-fides", | ||
name="ethyca_fides", |
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.
do we know if this change will affect anything in how fides is installed or imported?
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.
@andres-torres-marroquin one thing to test specifically may be that fidesplus can build with the package that's published from this branch
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.
@andres-torres-marroquin one thing to test specifically may be that fidesplus can build with the package that's published from this branch
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.
@andres-torres-marroquin based on your testing, let's go ahead and get this merged (and the further it is away from the release cycle, the more time it gives us to iron out any kinks 👍 ).
before merging though, can you address the git history? this PR shouldn't be showing 26 commits...
7623f50
to
d047957
Compare
fides Run #11428
Run Properties:
|
Project |
fides
|
Branch Review |
main
|
Run status |
Failed #11428
|
Run duration | 01m 06s |
Commit |
05e0a947de: HJ-250 - Address PyPi deprecation warnings (#5550)
|
Committer | Andres Torres |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
1
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
3
|
Upgrade your plan to view test results. | |
View all changes introduced in this branch ↗︎ |
Closes #HJ-250
Description Of Changes
Address PyPi deprecation warnings on Pypi
Code Changes
Steps to Confirm
nox -s "tag(push)"
you should not receive an email about the deprecation warning.Pre-Merge Checklist
CHANGELOG.md
updatedmain
downgrade()
migration is correct and works