14
0

- Update to 20.0.11:

- Allow the test suite to pass even when called with the system Python - to help repackaging of the tool for Linux
    distributions -  by :user:`gaborbernat`. (`#1721 <https://github.com/pypa/virtualenv/issues/1721>`_)
  - Other minor fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=79
This commit is contained in:
Tomáš Chvátal
2020-03-19 07:06:16 +00:00
committed by Git OBS Bridge
parent d563b0681a
commit d68da6fa55
4 changed files with 13 additions and 10 deletions

View File

@@ -26,7 +26,7 @@
%bcond_with test
%endif
Name: python-virtualenv%{psuffix}
Version: 20.0.10
Version: 20.0.11
Release: 0
Summary: Virtual Python Environment builder
License: MIT
@@ -98,13 +98,8 @@ libraries either).
%check
%if %{with test}
# test_create_distutils_cfg - does not handle the lib64 we use
# test_failed_to_find_implementation
# test_py_info_cache_clear test_py_info_cached_symlink - unknown reason
# test_create_no_seed - upstream notified, no idea
# https://github.com/pypa/virtualenv/issues/1721
export LANG="en_US.UTF8"
%pytest -k 'not (test_create_distutils_cfg or test_failed_to_find_implementation or test_py_info_cache_clear or test_py_info_cached_symlink or test_create_no_seed)'
%pytest
%endif
%if !%{with test}