Skip to content
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

Added Makefile and requirements changes to allow make safety to pass #5686

Merged
merged 1 commit into from
Jan 5, 2021

Conversation

zenmonkeykstop
Copy link
Contributor

@zenmonkeykstop zenmonkeykstop commented Jan 5, 2021

Status

Ready for review

Description of Changes

Fixes #5685.

  • Added --ignore 39252 flag for check related to unused functionality in cryptography 3.2.1
  • Updated py dependency in develop and test requirements to 1.10.0

Testing

  • CI passes on this branch
  • make safety passes locally
  • Only dependency updates are to py from 1.9.0 to 1.10.0 in develop and test requirements.

Deployment

CI & development only

Checklist

If you made non-trivial code changes:

  • I have written a test plan and validated it for this PR

- Added `--ignore 39252` flag for check related to unused functionality in cryptography 3.2.1
- Updated `py` dependency in develop and test requirements to 1.10.0
@emkll emkll self-assigned this Jan 5, 2021
@codecov-io
Copy link

codecov-io commented Jan 5, 2021

Codecov Report

Merging #5686 (09964ce) into develop (57cb87a) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #5686   +/-   ##
========================================
  Coverage    85.54%   85.54%           
========================================
  Files           52       52           
  Lines         3771     3771           
  Branches       474      474           
========================================
  Hits          3226     3226           
  Misses         440      440           
  Partials       105      105           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 57cb87a...09964ce. Read the comment docs.

Copy link
Contributor

@emkll emkll left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @zenmonkeykstop, LGTM, we can ignore 39252 for the time being and update cryptography once we've deprecated support for Xenial/Python3.5 as part of #4768

@emkll emkll merged commit 0454478 into develop Jan 5, 2021
@emkll emkll deleted the 5685-chill-out-safety branch January 5, 2021 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI safety check failing due to cryptography 3.2.1 issue
3 participants