forked from pool/python-pytest-spec
Accepting request 846276 from home:mmachova:branches:devel:languages:python:pytest
- Update to 3.0.5 * Fixed SyntaxWarning issue * Fixed output format for pytest-describe * Active plugin only if -q or -v was not provided * Fixed Python 2/3 warnings * Added support for Python 3.9 OBS-URL: https://build.opensuse.org/request/show/846276 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-spec?expand=0&rev=8
This commit is contained in:
parent
5c2c3a922f
commit
94851941e0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4fac1f455b526e8d0709278dbecfa12e822df8f32dc9ef6791b976886a237a93
|
||||
size 5993
|
3
pytest-spec-3.0.5.tar.gz
Normal file
3
pytest-spec-3.0.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f2d6fa20bfb333fec6639f9c53bc399dfc94a4458fbb3b837faf46bc5171e19
|
||||
size 11895
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 5 15:35:43 UTC 2020 - Marketa Machova <mmachova@suse.com>
|
||||
|
||||
- Update to 3.0.5
|
||||
* Fixed SyntaxWarning issue
|
||||
* Fixed output format for pytest-describe
|
||||
* Active plugin only if -q or -v was not provided
|
||||
* Fixed Python 2/3 warnings
|
||||
* Added support for Python 3.9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 18 04:32:03 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pytest-spec
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 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-spec
|
||||
Version: 2.0.0
|
||||
Version: 3.0.5
|
||||
Release: 0
|
||||
Summary: Plugin to display pytest execution output like a specification
|
||||
License: GPL-2.0-only
|
||||
@ -52,7 +52,8 @@ cp %{SOURCE1} .
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%pytest
|
||||
# no tests in PyPI tarball, no setup.py in GitHub tarball
|
||||
#%%pytest
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.rst
|
||||
|
Loading…
x
Reference in New Issue
Block a user