15
0

- skip end-to-end test, they hang in OBS

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopage?expand=0&rev=6
This commit is contained in:
2022-02-23 15:24:18 +00:00
committed by Git OBS Bridge
parent 597a4b71ec
commit 25864893db
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 23 15:24:07 UTC 2022 - Dirk Müller <dmueller@suse.com>
- skip end-to-end test, they hang in OBS
-------------------------------------------------------------------
Tue Feb 22 10:10:04 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@@ -55,6 +55,7 @@ echo "import setuptools; setuptools.setup()" > setup.py
%check
unset LESS
rm -v autopage/tests/test_end_to_end.py
%pytest
%files %{python_files}