yprez/django-logentry-admin

Tox tests failing for py36-flake8 / Django 3.2

JonathanWillitts opened this issue · 0 comments

Tox tests for py36-flake8 are currently failing.

There is no Django version specified for py36-flake8, so tox is testing with the latest version of Django, 3.2.

Django 3.2. requires a SECRET_KEY (source: Django 3.2 Settings) to run, so to fix the failing test this SECRET_KEY needs adding to the conftest.py file.

It would make sense at the same time to introduce tests for the latest versions of Python (3.9) and Django (3.2).