diff --git a/python-nbclient.changes b/python-nbclient.changes index 8d41c45..9342eba 100644 --- a/python-nbclient.changes +++ b/python-nbclient.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 26 01:36:57 UTC 2024 - Steve Kowalik + +- Remove upper bound on pytest. + ------------------------------------------------------------------- Fri Mar 29 18:45:22 UTC 2024 - Ben Greiner diff --git a/python-nbclient.spec b/python-nbclient.spec index 583ac7f..314d8eb 100644 --- a/python-nbclient.spec +++ b/python-nbclient.spec @@ -62,7 +62,7 @@ BuildRequires: %{python_module ipython} BuildRequires: %{python_module ipywidgets} BuildRequires: %{python_module nbclient = %{version}} BuildRequires: %{python_module nbconvert >= 7} -BuildRequires: %{python_module pytest >= 7 with %python-pytest < 8} +BuildRequires: %{python_module pytest >= 7} BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module testpath} BuildRequires: %{python_module xmltodict}