- Update to 3.9.0:

* Improve test ordering with Django test classes (#830)
  * Remove import of pkg_resources for parsing pytest version (performance) (#826)
  * Work around unittest issue with pytest 5.4.{0,1} (#825)
  * Don't break --failed-first when re-ordering tests (#819, #820)
  * pytest_addoption: use group.addoption (#833)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-pytest-django?expand=0&rev=22
This commit is contained in:
Tomáš Chvátal 2020-04-03 10:24:31 +00:00 committed by Git OBS Bridge
parent c0e110e61d
commit e4f0dce9d2
4 changed files with 17 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Apr 3 10:20:28 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.9.0:
* Improve test ordering with Django test classes (#830)
* Remove import of pkg_resources for parsing pytest version (performance) (#826)
* Work around unittest issue with pytest 5.4.{0,1} (#825)
* Don't break --failed-first when re-ordering tests (#819, #820)
* pytest_addoption: use group.addoption (#833)
-------------------------------------------------------------------
Fri Mar 13 12:43:21 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-pytest-django
Version: 3.8.0
Version: 3.9.0
Release: 0
Summary: A Django plugin for py.test
License: BSD-3-Clause
@ -32,13 +32,13 @@ BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
%if %{with python2}
BuildRequires: python2-pathlib2
%endif
BuildRequires: sqlite3
Requires: python-Django
Requires: python-pytest
BuildArch: noarch
%if %{with python2}
BuildRequires: python2-pathlib2
%endif
%ifpython2
Requires: python-pathlib2
%endif