jazzband / django-user-sessions

Extend Django sessions with a foreign key back to the user, allowing enumerating all user's sessions.
https://pypi.python.org/pypi/django-user-sessions
MIT License
628 stars 128 forks source link

Switch from setup.py to pyproject.toml #170

Closed WhyNotHugo closed 1 year ago

WhyNotHugo commented 1 year ago

Motivation and Context

This'll make configuring a few tools a bit easier. The previous approach is kinda of deprecated anyway.

How Has This Been Tested?

CI is about to do some more testing. But basically:

mkvirtualenv tmp
pip install -e .

Types of changes

Checklist:

codecov[bot] commented 1 year ago

Codecov Report

Merging #170 (a891b20) into master (8ebdfe8) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #170   +/-   ##
=======================================
  Coverage   92.62%   92.62%           
=======================================
  Files          16       16           
  Lines         746      746           
  Branches       50       50           
=======================================
  Hits          691      691           
  Misses         45       45           
  Partials       10       10           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more