enzofrnt / django_wait_for_db

Django app that provides a simple command to wait for the database to be ready before starting the server.
MIT License
0 stars 0 forks source link

🔧 Missing Tox Configuration #4

Closed ARYAN-NIKNEZHAD closed 2 months ago

ARYAN-NIKNEZHAD commented 2 months ago

Description

Steps to Reproduce:

  1. Review the current tox configuration.
  2. Note that only Python 3.10 and above are tested with Django 5.x.
  3. Attempt to run tests with Python 3.8 or 3.9 against Django 4.2.

Proposed Solution:

Update the envlist in tox to include:


envlist =
    py38-django40, py39-django40, py310-django40, py311-django40, py312-django40,
    py38-django50, py39-django50, py310-django50, py311-django50, py312-django50
ARYAN-NIKNEZHAD commented 2 months ago

Hi @enzofrnt You can use my configuration https://github.com/Lazarus-org/django_logging/blob/main/tox.ini

enzofrnt commented 2 months ago

Related to #1. Tox will be included.