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

Solve Deprecation Warnings #362

Open
DMalone87 opened this issue Mar 15, 2024 · 0 comments
Open

Solve Deprecation Warnings #362

DMalone87 opened this issue Mar 15, 2024 · 0 comments
Labels
backend bug Something isn't working

Comments

@DMalone87
Copy link
Collaborator

Describe the Issue
We have a number of deprecation warnings showing up for python package that have passed their prime. We'll need to tackle these and move to processes that are still supported.

  • passlib.context.CryptContext.encrypt()
  • werkzeug.urls.url_parse
  • werkzeug.urls.URL
  • CovPlugin.pytest_configure_node (uses old-style configuration)
  • CovPlugin.pytest_testnodedown (uses old-style configuration)

To Reproduce
Steps to reproduce the behavior:

  1. Spin up the application using docker (or locally on your machine).
  2. Connect to the API container. (docker exec -it "police-data-trust-api-1" /bin/bash)
  3. Run python -m pytest
  4. Review the warnings that are produced.
@DMalone87 DMalone87 added bug Something isn't working backend labels Mar 27, 2024
@hrauniya hrauniya removed their assignment May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants