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:
committed by
Git OBS Bridge
parent
e42e95f81e
commit
3382e683bb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user