diff --git a/python-docker.changes b/python-docker.changes index 22a64cf..c7bb113 100644 --- a/python-docker.changes +++ b/python-docker.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 7 16:40:17 UTC 2019 - John Vandenberg + +- Remove no longer necessary pytest argument -k 'not MatchHostnameTest' + ------------------------------------------------------------------- Tue Jan 15 09:29:02 UTC 2019 - Michal Vyskocil diff --git a/python-docker.spec b/python-docker.spec index 05ee547..f4c0564 100644 --- a/python-docker.spec +++ b/python-docker.spec @@ -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