Remove CPython from %check pip3 install in cytools (#7199)

This commit is contained in:
Mandeep Plaha 2024-01-10 10:49:14 -08:00 коммит произвёл GitHub
Родитель 6447768bde
Коммит f6ef92dc4f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 3 удалений

Просмотреть файл

@ -3,7 +3,7 @@
Summary: Cython implementation of the toolz package
Name: python-%{srcname}
Version: 0.11.0
Release: 3%{?dist}
Release: 4%{?dist}
License: BSD
Vendor: Microsoft Corporation
Distribution: Mariner
@ -87,8 +87,7 @@ pip3 install atomicwrites>=1.3.0 \
pytest>=5.4.0 \
pytest-cov>=2.7.1 \
toolz>=0.9.0 \
Cython \
CPython
Cython
python3 setup.py test
PATH=%{buildroot}%{_bindir}:${PATH} \
PYTHONPATH=%{buildroot}%{python3_sitelib} \
@ -102,6 +101,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
%exclude %{python3_sitearch}/.pytest_cache/
%changelog
* Mon Jan 08 2024 Mandeep Plaha <mandeepplaha@microsoft.com> - 0.11.0-4
- Remove CPython from %check pip3 install.
* Wed Jun 23 2021 Rachel Menge <rachelmenge@microsoft.com> - 0.11.0-3
- Initial CBL-Mariner import from Fedora 34 (license: MIT)
- Remove python2