From bb9d383653bebc22118d01f13661217559f675136fabdbec1c8fd0ce876c38ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 3 Jul 2020 11:10:00 +0000 Subject: [PATCH] - Add missing dependencies - Skip online test test_seed_link_via_app_data - update to 20.0.25: OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=85 --- python-virtualenv.changes | 8 +++++++- python-virtualenv.spec | 5 ++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/python-virtualenv.changes b/python-virtualenv.changes index 4ab450e..4feadda 100644 --- a/python-virtualenv.changes +++ b/python-virtualenv.changes @@ -1,7 +1,13 @@ +------------------------------------------------------------------- +Fri Jul 3 11:08:57 UTC 2020 - Tomáš Chvátal + +- Add missing dependencies +- Skip online test test_seed_link_via_app_data + ------------------------------------------------------------------- Wed Jun 24 21:01:48 UTC 2020 - Dirk Mueller -- update to 20.0.25:# +- update to 20.0.25: * Fix that when the ``app-data`` seeders image creation fails the exception is silently ignored. Avoid two virtual environment creations to step on each oth ers toes by using a lock while creating the base images. By :user:`gaborbernat`. (`#1869 `_) * Ensure that the seeded packages do not get too much out of date: diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 444a5d4..bc17033 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -53,9 +53,11 @@ Requires: python-pathlib2 >= 2.3.3 %if %{with test} BuildRequires: %{python_module coverage >= 4.5.1} BuildRequires: %{python_module devel} +BuildRequires: %{python_module flaky >= 3} BuildRequires: %{python_module packaging >= 20.0} BuildRequires: %{python_module pytest >= 4.0.0} BuildRequires: %{python_module pytest-env >= 0.6.2} +BuildRequires: %{python_module pytest-freezegun >= 0.4.1} BuildRequires: %{python_module pytest-mock >= 2.0.0} BuildRequires: %{python_module pytest-timeout >= 1.3.4} BuildRequires: %{python_module virtualenv >= %{version}} @@ -99,7 +101,8 @@ libraries either). %check %if %{with test} export LANG="en_US.UTF8" -%pytest +# test_seed_link_via_app_data - online tests downloads from pypi +%pytest -k 'not test_seed_link_via_app_data' %endif %if !%{with test}