diff --git a/pytest-testconfig-0.1.1.tar.gz b/pytest-testconfig-0.1.1.tar.gz deleted file mode 100644 index f65a0f9..0000000 --- a/pytest-testconfig-0.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:687d068869e74190e90cc394f116a314b40e4ee8a152bac755ac58adddf3962d -size 12826 diff --git a/pytest-testconfig-0.1.2.tar.gz b/pytest-testconfig-0.1.2.tar.gz new file mode 100644 index 0000000..4917226 --- /dev/null +++ b/pytest-testconfig-0.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b9bce23386f884c6aff164ecc2653c4c4883460a2316608c141cbc40aab974 +size 11415 diff --git a/python-pytest-testconfig.changes b/python-pytest-testconfig.changes index 4ac1caf..8c7a919 100644 --- a/python-pytest-testconfig.changes +++ b/python-pytest-testconfig.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 24 07:05:24 UTC 2019 - Tomáš Chvátal + +- Update to 0.1.2: + * Fix tests execution + ------------------------------------------------------------------- Tue May 14 18:27:27 UTC 2019 - diff --git a/python-pytest-testconfig.spec b/python-pytest-testconfig.spec index 664c27f..8318534 100644 --- a/python-pytest-testconfig.spec +++ b/python-pytest-testconfig.spec @@ -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