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:
2018-08-31 08:46:15 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 1 deletions

View File

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

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