-
Notifications
You must be signed in to change notification settings - Fork 39
Upgrade to pytest-django 4.3.0 #109
Copy link
Copy link
Open
Labels
Description
The tests are currently failing. The difference looks to be pytest-django 4.3.0.
The last tests that passed show this:
platform linux -- Python 3.8.10, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
django: settings: config.settings (from env)
rootdir: /home/runner/work/django-sql-dashboard/django-sql-dashboard, configfile: pytest.ini
plugins: pythonpath-0.7.3, django-4.2.0
The tests that now fail show:
platform linux -- Python 3.8.10, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
django: settings: config.settings (from env)
rootdir: /home/runner/work/django-sql-dashboard/django-sql-dashboard, configfile: pytest.ini
plugins: pythonpath-0.7.3, django-4.3.0
Reactions are currently unavailable