diff --git a/python-pytest-toolbox.changes b/python-pytest-toolbox.changes index bf72fc3..d50f7cc 100644 --- a/python-pytest-toolbox.changes +++ b/python-pytest-toolbox.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Oct 11 15:55:51 UTC 2020 - John Vandenberg + +- Fix %check to run tests with pytest 6.1 + ------------------------------------------------------------------- Sat Aug 8 03:22:37 UTC 2020 - John Vandenberg diff --git a/python-pytest-toolbox.spec b/python-pytest-toolbox.spec index 8905c95..a0a500a 100644 --- a/python-pytest-toolbox.spec +++ b/python-pytest-toolbox.spec @@ -41,7 +41,7 @@ Numerous useful plugins for pytest. %prep %setup -q -n pytest-toolbox-%{version} -sed -i /addopts/d setup.cfg +sed -i '/addopts/d;/timeout/d' setup.cfg %build %python_build