Skip to content

Update pytest-django to 3.7.0 #730

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 10, 2019

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Nov 9, 2019

This PR updates pytest-django from 3.6.0 to 3.7.0.

Changelog

3.7.0

------------------

Bugfixes
^^^^^^^^

* Monkeypatch pytest to not use ``TestCase.debug`` with unittests, instead
of patching it into Django (782).

* Work around pytest crashing due to ``pytest.fail`` being used from within the
DB blocker, and pytest trying to display an object representation involving
DB access (781).  pytest-django uses a ``RuntimeError`` now instead.
Links

@codecov
Copy link

codecov bot commented Nov 9, 2019

Codecov Report

Merging #730 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #730   +/-   ##
=======================================
  Coverage   97.08%   97.08%           
=======================================
  Files          54       54           
  Lines        2742     2742           
=======================================
  Hits         2662     2662           
  Misses         80       80

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 249a0ae...34ad615. Read the comment docs.

@sliverc sliverc merged commit 4290b1b into master Nov 10, 2019
@sliverc sliverc deleted the pyup-update-pytest-django-3.6.0-to-3.7.0 branch November 10, 2019 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants