forked from pool/python-pytest-server-fixtures
- Skip the failing test test_init (gh#man-group/pytest-plugins#177)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-server-fixtures?expand=0&rev=7
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 1 10:31:41 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Skip the failing test test_init (gh#man-group/pytest-plugins#177)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 29 09:58:44 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pytest-server-fixtures
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -113,7 +113,8 @@ export PATH=$HOME/bin:$PATH:%{_sbindir}
|
||||
export SERVER_FIXTURES_HTTPD_MODULES=%{_libdir}/apache2/
|
||||
export SERVER_FIXTURES_HTTPD=httpd
|
||||
export SERVER_FIXTURES_REDIS=%{_sbindir}/redis-server
|
||||
%pytest
|
||||
# gh#man-group/pytest-plugins#177
|
||||
%pytest -k 'not test_init'
|
||||
|
||||
%files %{python_files}
|
||||
%doc CHANGES.md README.md
|
||||
|
||||
Reference in New Issue
Block a user