From 8e18b7c78eb056cf6717582420e85013e4249d92337b6cb5977b0488770f40c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 7 Mar 2019 16:45:20 +0000 Subject: [PATCH] Accepting request 682596 from home:jayvdb:py-check-failures - Remove no longer necessary pytest argument -k 'not MatchHostnameTest' OBS-URL: https://build.opensuse.org/request/show/682596 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docker?expand=0&rev=25 --- python-docker.changes | 5 +++++ python-docker.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-docker.changes b/python-docker.changes index 22a64cf..c7bb113 100644 --- a/python-docker.changes +++ b/python-docker.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 7 16:40:17 UTC 2019 - John Vandenberg + +- Remove no longer necessary pytest argument -k 'not MatchHostnameTest' + ------------------------------------------------------------------- Tue Jan 15 09:29:02 UTC 2019 - Michal Vyskocil diff --git a/python-docker.spec b/python-docker.spec index 05ee547..f4c0564 100644 --- a/python-docker.spec +++ b/python-docker.spec @@ -77,7 +77,7 @@ A docker API client in Python %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand py.test-%{$python_bin_suffix} tests/unit -k 'not MatchHostnameTest' +%python_expand py.test-%{$python_bin_suffix} tests/unit %files %{python_files} %license LICENSE