Skip to content

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
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

3 participants