From b0e3c4b532eed62be99ecb007621b1fc2d43a630e17d347d8142cbddf5bf7716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 17 Jul 2018 13:15:56 +0000 Subject: [PATCH] - Drop dependency on tox, not really needed OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=8 --- python-parso.changes | 5 +++++ python-parso.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-parso.changes b/python-parso.changes index 635555b..b542653 100644 --- a/python-parso.changes +++ b/python-parso.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 17 13:15:39 UTC 2018 - tchvatal@suse.com + +- Drop dependency on tox, not really needed + ------------------------------------------------------------------- Thu Jul 12 15:55:46 UTC 2018 - arun@gmx.de diff --git a/python-parso.spec b/python-parso.spec index 2432d76..ea5bf09 100644 --- a/python-parso.spec +++ b/python-parso.spec @@ -30,7 +30,6 @@ BuildRequires: %{python_module devel} BuildRequires: %{python_module pytest >= 3.0.7} BuildRequires: %{python_module pytest-cache} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module tox} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -59,7 +58,7 @@ tree. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -tox -e py%{python3_version_nodots} --sitepackages --skip-missing-interpreters +%python_expand py.test-%{$python_version} test/ %files %{python_files} %license LICENSE.txt