diff --git a/python-pytest-verbose-parametrize.changes b/python-pytest-verbose-parametrize.changes index eacabc9..958f0b3 100644 --- a/python-pytest-verbose-parametrize.changes +++ b/python-pytest-verbose-parametrize.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 22 09:05:47 UTC 2019 - Tomáš Chvátal + +- Skip integration tests + ------------------------------------------------------------------- Mon Jun 3 08:57:55 UTC 2019 - Tomáš Chvátal diff --git a/python-pytest-verbose-parametrize.spec b/python-pytest-verbose-parametrize.spec index 7290ab4..7f4ca80 100644 --- a/python-pytest-verbose-parametrize.spec +++ b/python-pytest-verbose-parametrize.spec @@ -46,6 +46,9 @@ More descriptive output for parametrized py.test tests. %prep %setup -q -n pytest-verbose-parametrize-%{version} +# we can't do integration tests as py2 and py3 can be different versions +# and the script simply calls $bindir/pytest +rm tests/integration/test_verbose_parametrize.py %build %python_build