Accepting request 826573 from home:jayvdb:py-submit
- Re-activate testing with pytest runner OBS-URL: https://build.opensuse.org/request/show/826573 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parameterized?expand=0&rev=18
This commit is contained in:
parent
f9448678ab
commit
3f9d7d9c4b
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 14 03:29:41 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
- Re-activate testing with pytest runner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 14:26:24 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
|
@ -30,6 +30,7 @@ Patch0: skip_Documentation_tests.patch
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module nose2}
|
||||
BuildRequires: %{python_module nose}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
@ -41,8 +42,6 @@ BuildArch: noarch
|
||||
%description
|
||||
Parameterized testing with any Python test framework.
|
||||
|
||||
Not working with supportest "pytest" versions
|
||||
|
||||
%prep
|
||||
%setup -q -n parameterized-%{version}
|
||||
%autopatch -p1
|
||||
@ -59,6 +58,7 @@ export LANG=en_US.UTF8
|
||||
%{python_expand nosetests-%$python_version}
|
||||
%{python_expand nose2-%$python_version}
|
||||
%python_exec -m unittest parameterized.test
|
||||
%pytest parameterized/test.py
|
||||
|
||||
%files %{python_files}
|
||||
%doc CHANGELOG.txt README.rst
|
||||
|
Loading…
Reference in New Issue
Block a user