Accepting request 791158 from devel:languages:python:django
- 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/request/show/791158 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-django?expand=0&rev=12
This commit is contained in:
commit
d448bb96e0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:489b904f695f9fb880ce591cf5a4979880afb467763b1f180c07574554bdfd26
|
||||
size 70013
|
3
pytest-django-3.9.0.tar.gz
Normal file
3
pytest-django-3.9.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:664e5f42242e5e182519388f01b9f25d824a9feb7cd17d8f863c8d776f38baf9
|
||||
size 70498
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user