From f5b9cfb05c06fe0ae4df4306e3feb0153f5192ae Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Jun 21 2019 18:50:16 +0000 Subject: Remove optional test dependencies for Python 2 entirely --- diff --git a/pytest.spec b/pytest.spec index 7c63a04..8803f0a 100644 --- a/pytest.spec +++ b/pytest.spec @@ -3,7 +3,7 @@ Name: pytest Version: 4.4.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple powerful testing with Python License: MIT URL: https://pytest.org @@ -58,12 +58,6 @@ BuildRequires: python2-six BuildRequires: python2-pytest-timeout %endif -%if %{with optional_tests} -BuildRequires: python2-decorator -BuildRequires: python2-jinja2 -BuildRequires: python2-nose -%endif - %{?python_provide:%python_provide python2-%{name}} # the python2 package was named pytest up to 2.8.7-2 Provides: %{name} = %{version}-%{release} @@ -203,6 +197,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %{python3_sitelib}/__pycache__/pytest.* %changelog +* Fri Jun 21 2019 Petr Viktorin - 4.4.1-2 +- Remove optional test dependencies for Python 2 entirely + * Tue Apr 16 2019 Thomas Moschny - 4.4.1-1 - Update to 4.4.1 (see PR#9). - Remove test dependencies on python2-hypothesis and python2-twisted (see PR#10).