From 3e3138f0873ea288ed4b5ecf3a208ff77ce490d120932e5e494f88378fde592b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 21 Apr 2020 08:59:30 +0000 Subject: [PATCH] - Do not skip temporarily disabled tests as they work now with new releases OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docker-compose?expand=0&rev=23 --- python-docker-compose.changes | 6 ++++++ python-docker-compose.spec | 4 +--- 2 files changed, 7 insertions(+), 3 deletions(-) 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}