17
0

- 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
This commit is contained in:
Tomáš Chvátal
2020-04-21 08:59:30 +00:00
committed by Git OBS Bridge
parent aaea5f5bb9
commit 3e3138f087
2 changed files with 7 additions and 3 deletions

View File

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