Accepting request 892682 from home:mcalabkova:branches:devel:languages:python:pytest

- Update to 0.15.1
  * Fixture 'request_client' now accepts 'json' argument to encode post data.
  * Made Django 3.2 compatible.

OBS-URL: https://build.opensuse.org/request/show/892682
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-djangoapp?expand=0&rev=3
This commit is contained in:
2021-05-13 12:26:39 +00:00
committed by Git OBS Bridge
parent f8a746c504
commit 1867e5d97d
4 changed files with 13 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-djangoapp
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-djangoapp
Version: 0.14.0
Version: 0.15.1
Release: 0
Summary: Pytest plugin for Django pluggable application testing
License: BSD-3-Clause
@@ -29,14 +29,13 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Django
Requires: python-pytest
Requires: python-mock
Requires: python-pytest
Recommends: python-ipdb
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module Django}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module pytest}
# /SECTION
%python_subpackages