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
This commit is contained in:
Tomáš Chvátal
2019-03-07 16:45:20 +00:00
committed by Git OBS Bridge
parent 8039e0f795
commit 36f85605aa
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 7 16:40:17 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Remove no longer necessary pytest argument -k 'not MatchHostnameTest'
-------------------------------------------------------------------
Tue Jan 15 09:29:02 UTC 2019 - Michal Vyskocil <mvyskocil@opensuse.org>

View File

@@ -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