Accepting request 632141 from devel:languages:python
- Fix build on older releases by not using new pytest syntax for test selection OBS-URL: https://build.opensuse.org/request/show/632141 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-docker?expand=0&rev=8
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 29 11:13:49 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
- Fix build on older releases by not using new pytest syntax
|
||||
for test selection
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 9 20:28:16 UTC 2018 - dmueller@suse.com
|
||||
|
||||
|
||||
@@ -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