Accepting request 725258 from devel:languages:python:pytest

- Skip integration tests

OBS-URL: https://build.opensuse.org/request/show/725258
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-verbose-parametrize?expand=0&rev=3
This commit is contained in:
2019-08-22 13:05:54 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 22 09:05:47 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Skip integration tests
-------------------------------------------------------------------
Mon Jun 3 08:57:55 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -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