15
0
forked from pool/python-docker

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 6c2e4b80ef
commit 8e18b7c78e
2 changed files with 6 additions and 1 deletions

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