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

Drop old Django and Python versions #175

Merged
merged 2 commits into from
Jul 26, 2021
Merged

Drop old Django and Python versions #175

merged 2 commits into from
Jul 26, 2021

Conversation

g-k
Copy link
Contributor

@g-k g-k commented Jul 26, 2021

  • Remove old Django and Python versions from tox and Circle CI test grids
  • Update setup.py classifiers accordingly.
  • Update py.test command to pytest since it was renamed.
  • Update master to main for Django's default branch since it was renamed.
  • Drop universal wheel declaration in setup.cfg since Python 2 is no longer supported.
  • Fix .gitignore to ignore generated coverage files.
  • Move pytest-cov requirement to test requirements to get a version compatible with the pinned pytest version (otherwise pip logs a red warning).

@g-k g-k force-pushed the drop_old_django_versions branch 4 times, most recently from d8f3049 to 6a99c54 Compare July 26, 2021 20:42
* Remove old Django and Python versions from tox and Circle CI test grids
* Update setup.py classifiers accordingly.
* Update `py.test` command to `pytest` since it was renamed.
* Update `master` to `main` for Django's default branch since it was renamed.
* Drop universal wheel declaration in `setup.cfg` since Python 2 is no longer supported.
* Fix `.gitignore` to ignore generated coverage files.
* Move `pytest-cov` requirement to test requirements to get a version compatible with the pinned pytest version (otherwise pip logs a red warning).
@g-k g-k force-pushed the drop_old_django_versions branch from 6a99c54 to 9816ced Compare July 26, 2021 20:44
@g-k
Copy link
Contributor Author

g-k commented Jul 26, 2021

Fix TypeError: __init__() missing 1 required positional argument: 'get_response'
@g-k
Copy link
Contributor Author

g-k commented Jul 26, 2021

Changes from #166 with some updates to get tests passing and remove django and python versions that dropped support since the PR.

@g-k g-k marked this pull request as ready for review July 26, 2021 21:15
@g-k g-k merged commit 0fd534c into master Jul 26, 2021
@g-k g-k deleted the drop_old_django_versions branch July 26, 2021 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants