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}