Update to 20.0.28
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1860272 Don't deselect test_py_info_to_system_raises, it is skipped upstream: https://github.com/pypa/virtualenv/issues/1882
This commit is contained in:
parent
62e78097c7
commit
4669b1b1e9
@ -1,5 +1,5 @@
|
||||
Name: python-virtualenv
|
||||
Version: 20.0.27
|
||||
Version: 20.0.28
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool to create isolated Python environments
|
||||
|
||||
@ -126,8 +126,6 @@ unset SOURCE_DATE_EPOCH
|
||||
# Skip tests which requires internet or some extra dependencies
|
||||
# Requires internet:
|
||||
# - test_download_*
|
||||
# Detects system Python even it should not (problem with mock?):
|
||||
# - test_py_info_to_system_raises
|
||||
# Uses disabled functionalities around bundled wheels:
|
||||
# - test_wheel_*
|
||||
# - test_seed_link_via_app_data
|
||||
@ -135,7 +133,7 @@ unset SOURCE_DATE_EPOCH
|
||||
# - test_acquire_find_wheel.py (whole file)
|
||||
# Uses disabled functionalities around automatic updates:
|
||||
# - test_periodic_update.py (whole file)
|
||||
%pytest -vv -k "not test_acquire_find_wheel and not test_periodic_update and not test_py_info_to_system_raises and not test_wheel_ and not test_download_ and not test_base_bootstrap_via_pip_invoke and not test_seed_link_via_app_data"
|
||||
%pytest -vv -k "not test_acquire_find_wheel and not test_periodic_update and not test_wheel_ and not test_download_ and not test_base_bootstrap_via_pip_invoke and not test_seed_link_via_app_data"
|
||||
|
||||
rm -r tmp_path
|
||||
%endif
|
||||
@ -154,6 +152,10 @@ rm -r tmp_path
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 24 2020 Miro Hrončok <mhroncok@redhat.com> - 20.0.28-1
|
||||
- Update to 20.0.28
|
||||
- Fixes rhbz#1860272
|
||||
|
||||
* Thu Jul 23 2020 Lumír Balhar <lbalhar@redhat.com> - 20.0.27-1
|
||||
- Update to 20.0.27 (#1854551)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (virtualenv-20.0.27.tar.gz) = 812a17d1461c8e62568f345aba0722204dd22d0d149720d00e37712a34a9d2d614e1b854f07d7e89e1eb6e915ca3f90e8e81fb9c2442ed637efdc6b2120153d7
|
||||
SHA512 (virtualenv-20.0.28.tar.gz) = 4984ce046e0787bd44feb3b30f01d53f1840722693643cec086ac3ee61c471ebf619ea31b41a7e20cfd792d59a7ba19ef64b3a6bf3950891bdf15a49747e4712
|
||||
|
Loading…
Reference in New Issue
Block a user