forked from pool/python-pytest-testconfig
Accepting request 718079 from devel:languages:python:pytest
- Update to 0.1.2: * Fix tests execution OBS-URL: https://build.opensuse.org/request/show/718079 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-testconfig?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:687d068869e74190e90cc394f116a314b40e4ee8a152bac755ac58adddf3962d
|
||||
size 12826
|
||||
3
pytest-testconfig-0.1.2.tar.gz
Normal file
3
pytest-testconfig-0.1.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53b9bce23386f884c6aff164ecc2653c4c4883460a2316608c141cbc40aab974
|
||||
size 11415
|
||||
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 07:05:24 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 0.1.2:
|
||||
* Fix tests execution
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 14 18:27:27 UTC 2019 - <wboring@suse.com>
|
||||
|
||||
|
||||
@@ -12,26 +12,28 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-pytest-testconfig
|
||||
Version: 0.1.1
|
||||
Version: 0.1.2
|
||||
Release: 0
|
||||
License: Apache-2.0
|
||||
Summary: Test configuration plugin for pytest
|
||||
Url: https://github.com/wojole/pytest-testconfig
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/wojole/pytest-testconfig
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pytest-testconfig/pytest-testconfig-%{version}.tar.gz
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module PyYAML}
|
||||
BuildRequires: %{python_module pytest >= 3.5}
|
||||
BuildRequires: %{python_module tox}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module tox}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-pytest >= 3.5
|
||||
Recommends: python-PyYAML
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@@ -49,9 +51,7 @@ to the tests being executed.
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
# The tests don't work currently, but we have a PR here to fix this:
|
||||
# https://github.com/wojole/pytest-testconfig/pull/2
|
||||
#%%pytest
|
||||
%pytest
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
|
||||
Reference in New Issue
Block a user