diff --git a/python-docker-compose.changes b/python-docker-compose.changes index d9a6aef..569a46a 100644 --- a/python-docker-compose.changes +++ b/python-docker-compose.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 21 08:59:09 UTC 2020 - Tomáš Chvátal + +- Do not skip temporarily disabled tests as they work now with new + releases + ------------------------------------------------------------------- Tue Apr 21 08:53:57 UTC 2020 - Tomáš Chvátal diff --git a/python-docker-compose.spec b/python-docker-compose.spec index 9b2029d..aaa455e 100644 --- a/python-docker-compose.spec +++ b/python-docker-compose.spec @@ -29,6 +29,7 @@ Source0: https://files.pythonhosted.org/packages/source/d/docker-compose/ Patch0: no-restrict-upper.patch BuildRequires: %{python_module PyYAML >= 3.10} BuildRequires: %{python_module cached-property >= 1.2.0} +BuildRequires: %{python_module ddt >= 1.2.2} BuildRequires: %{python_module docker >= 3.7.0} BuildRequires: %{python_module dockerpty >= 0.4.1} BuildRequires: %{python_module docopt >= 0.6.1} @@ -101,9 +102,6 @@ Previously known as Fig. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -# the test requires pytes3 for now (uses ensuretemp) -rm tests/unit/config/config_test.py -rm tests/unit/config/environment_test.py %pytest tests/unit %files %{python_files}