diff --git a/python-evtx.changes b/python-evtx.changes index a126b72..445df8f 100644 --- a/python-evtx.changes +++ b/python-evtx.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 22 14:11:28 UTC 2019 - Tomáš Chvátal + +- Restrict to pytest3, newer releases do not work + ------------------------------------------------------------------- Wed Jun 5 12:55:10 UTC 2019 - pgajdos@suse.com diff --git a/python-evtx.spec b/python-evtx.spec index fc5df80..77c9358 100644 --- a/python-evtx.spec +++ b/python-evtx.spec @@ -27,7 +27,7 @@ URL: https://github.com/williballenthin/python-evtx Source: https://github.com/williballenthin/python-evtx/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: %{python_module hexdump} BuildRequires: %{python_module lxml} -BuildRequires: %{python_module pytest} +BuildRequires: %{python_module pytest < 4} BuildRequires: %{python_module setuptools} BuildRequires: dos2unix BuildRequires: fdupes