From 3382e683bb8f098c3d5062bda84fb8d9e280716989eb037a316f46b95270242e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 29 Aug 2018 11:14:11 +0000 Subject: [PATCH] - Fix build on older releases by not using new pytest syntax for test selection OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docker?expand=0&rev=16 --- python-docker.changes | 6 ++++++ python-docker.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-docker.changes b/python-docker.changes index 45826bd..53194e8 100644 --- a/python-docker.changes +++ b/python-docker.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 29 11:13:49 UTC 2018 - tchvatal@suse.com + +- Fix build on older releases by not using new pytest syntax + for test selection + ------------------------------------------------------------------- Mon Jul 9 20:28:16 UTC 2018 - dmueller@suse.com diff --git a/python-docker.spec b/python-docker.spec index 11590a9..9f17631 100644 --- a/python-docker.spec +++ b/python-docker.spec @@ -75,7 +75,7 @@ A docker API client in Python %fdupes %{buildroot} %check -%python_expand py.test-%{$python_bin_suffix} tests/unit --deselect tests/unit/ssladapter_test.py::MatchHostnameTest +%python_expand py.test-%{$python_bin_suffix} tests/unit -k 'not MatchHostnameTest' %files %{python_files} %license LICENSE