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