-
Notifications
You must be signed in to change notification settings - Fork 104
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
Upgrade tooling, including dealing w/ Python 3.7 EOL #247
Conversation
@@ -40,17 +39,6 @@ def test_if_valid_api_key_custom_header_then_permission_granted( | |||
assert response.status_code == 200 | |||
|
|||
|
|||
@pytest.mark.parametrize("hasher", PASSWORD_HASHERS) |
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.
This is a leftover from #244 which I didn't see before.
We don't need this test anymore now that we always use SHA512.
a495e8e
to
db62771
Compare
79258f6
to
f2fab1e
Compare
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## master #247 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 25 24 -1
Lines 629 622 -7
=========================================
- Hits 629 622 -7
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
f2fab1e
to
4de2899
Compare
4de2899
to
b37ca59
Compare
Our yearly tooling and packaging refresher!
This PR gets this package up to date with the latest packaging and tooling practices...
flake8
andisort
in favor ofruff
pyproject.toml
build
(PEP 517)Also does the following:
wheel
can't be installed on it)django-test-migrations
not supporting Django < 3.2guide.md
installation instructions to be in line withREADME.md