Tomáš Chvátal
2019-08-22 09:05:57 +00:00
committed by Git OBS Bridge
parent 6d34f7f1bd
commit c5b9b87a26
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