15
0
forked from pool/python-docker

- 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
This commit is contained in:
Tomáš Chvátal
2018-08-29 11:14:11 +00:00
committed by Git OBS Bridge
parent e42e95f81e
commit 3382e683bb
2 changed files with 7 additions and 1 deletions

View File

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