forked from pool/python-pytest-server-fixtures
- use pytest macro
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-server-fixtures?expand=0&rev=3
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 28 17:15:33 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- use pytest macro
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 10 08:09:04 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
Tue Sep 10 08:09:04 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pytest-server-fixtures
|
# spec file for package python-pytest-server-fixtures
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -113,7 +113,7 @@ export PATH=$HOME/bin:$PATH:%{_sbindir}
|
|||||||
export SERVER_FIXTURES_HTTPD_MODULES=%{_libdir}/apache2/
|
export SERVER_FIXTURES_HTTPD_MODULES=%{_libdir}/apache2/
|
||||||
export SERVER_FIXTURES_HTTPD=httpd
|
export SERVER_FIXTURES_HTTPD=httpd
|
||||||
export SERVER_FIXTURES_REDIS=%{_sbindir}/redis-server
|
export SERVER_FIXTURES_REDIS=%{_sbindir}/redis-server
|
||||||
%python_exec setup.py test
|
%pytest
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc CHANGES.md README.md
|
%doc CHANGES.md README.md
|
||||||
|
|||||||
Reference in New Issue
Block a user