Remove CPython from %check pip3 install in cytools (#7199)
This commit is contained in:
Родитель
6447768bde
Коммит
f6ef92dc4f
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче