diff --git a/python-pytest-sphinx.changes b/python-pytest-sphinx.changes index 5228c17..e151755 100644 --- a/python-pytest-sphinx.changes +++ b/python-pytest-sphinx.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 5 13:57:25 UTC 2020 - Matej Cepl + +- Package doesn't work with pytest 5.* + ------------------------------------------------------------------- Mon Apr 20 10:25:24 UTC 2020 - Tomáš Chvátal diff --git a/python-pytest-sphinx.spec b/python-pytest-sphinx.spec index c547ec9..d26d26d 100644 --- a/python-pytest-sphinx.spec +++ b/python-pytest-sphinx.spec @@ -34,8 +34,8 @@ BuildArch: noarch Requires: python-enum34 %endif # SECTION test requirements -BuildRequires: %{python_module pytest >= 3.1.1} BuildRequires: %{python_module pytest-mock} +BuildRequires: %{python_module pytest4 >= 3.1.1} %if %{with python2} BuildRequires: python2-enum34 %endif