Skip to content

Bump pytest-django from 4.7.0 to 4.8.0

HIFIS Bot requested to merge dependabot/pip/pytest-django-4.8.0 into master

Bumps pytest-django from 4.7.0 to 4.8.0.

Release notes

Sourced from pytest-django's releases.

4.8.0

https://pytest-django.readthedocs.io/en/latest/changelog.html#v4-8-0-2024-01-30

Changelog

Sourced from pytest-django's changelog.

v4.8.0 (2024-01-30)

Improvements ^^^^^^^^^^^^

  • Added pytest_django.asserts.assertMessages() to mimic the behaviour of the :meth:~django.contrib.messages.test.MessagesTestMixin.assertMessages method for Django versions >= 5.0.

Bugfixes ^^^^^^^^

  • Fix --help/--version crash in a partially configured app.
Commits
  • 49b98d1 Release 4.8.0
  • 7c04917 django_username_field example should use create_user not create
  • 0b42a93 Added assertMessages() from django.contrib.messages. (#1109)
  • 5283aa4 Fix --help/--version crash in a partially configured app
  • d0d22ba Remove redundant _setup_django call in django_test_environment
  • 6cf63b6 Upgrade GitHub Action setup-python (#1103)
  • 523c8d5 Remove MANIFEST.in file
  • 72080ad tests: make it possible to run without setting PYTHONPATH=$(pwd)
  • b17b7bc tests: make variable faithful to its name
  • 12cf877 Avoid mutable global state in SettingsWrapper
  • See full diff in compare view

Merge request reports