Accepting request 750272 from devel:languages:python:django

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/750272
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-django?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2019-11-25 10:23:45 +00:00 committed by Git OBS Bridge
commit 8cefaf03ce
4 changed files with 15 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b6c900461a6a7c450dcf11736cabc289a90f5d6f28ef74c46e32e86ffd16a4bd
size 68743

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:17592f06d51c2ef4b7a0fb24aa32c8b6998506a03c8439606cb96db160106659
size 69100

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Nov 15 10:49:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.7.0:
* 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.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 30 11:54:08 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com> Wed Oct 30 11:54:08 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-pytest-django # spec file for package python-pytest-django
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LLC.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-django Name: python-pytest-django
Version: 3.6.0 Version: 3.7.0
Release: 0 Release: 0
Summary: A Django plugin for py.test Summary: A Django plugin for py.test
License: BSD-3-Clause License: BSD-3-Clause