Skip to content

Commit 897e799

Browse files
authored
Add missing modules for python-conda-package-handling ptest (#12179)
1 parent 5095d8d commit 897e799

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

SPECS/python-conda-package-handling/python-conda-package-handling.spec

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Summary: Create and extract conda packages of various formats
55
Name: python-%{srcname}
66
Version: 2.2.0
7-
Release: 1%{?dist}
7+
Release: 2%{?dist}
88
License: BSD
99
Vendor: Microsoft Corporation
1010
Distribution: Azure Linux
@@ -53,7 +53,9 @@ pip3 install atomicwrites>=1.3.0 \
5353
pluggy>=0.11.0 \
5454
pytest>=5.4.0 \
5555
pytest-cov>=2.7.1 \
56-
pytest-mock
56+
pytest-mock \
57+
conda_package_streaming \
58+
zstandard
5759
PATH=%{buildroot}%{_bindir}:${PATH} \
5860
PYTHONPATH=%{buildroot}%{python3_sitelib} \
5961
python%{python3_version} -m pytest -v tests -k 'not test_secure_refusal_to_extract_abs_paths'
@@ -67,6 +69,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
6769
%{python3_sitelib}/%{pkgname}/
6870

6971
%changelog
72+
* Fri Jan 31 2015 Sam Meluch <[email protected]> - 2.2.0-2
73+
- add missing pip modules for package tests
74+
7075
* Fri Feb 16 2024 Andrew Phelps <[email protected]> - 2.2.0-1
7176
- Upgrade to version 2.2.0
7277

0 commit comments

Comments
 (0)