File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010Summary: C bindings for subunit
1111Name: subunit
1212Version: 1.4.4
13- Release: 5 %{?dist }
13+ Release: 6 %{?dist }
1414License: Apache-2.0 OR BSD-3-Clause
1515Vendor: Microsoft Corporation
1616Distribution: Azure Linux
@@ -198,6 +198,7 @@ touch -r c++/SubunitTestProgressListener.h \
198198
199199%check
200200%if %{without bootstrap}
201+ pip3 install testtools iso8601 testscenarios fixtures
201202# Run the tests for python3
202203export LD_LIBRARY_PATH=$PWD /.libs
203204export PYTHON=%{python3 }
@@ -247,6 +248,9 @@ make check
247248%{_bindir }/tap2subunit
248249
249250%changelog
251+ * Fri Jan 31 2025 Sam Meluch <sammeluch@microsoft.com> - 1.4.4-6
252+ - Add testtools install to %check section to fix ptest
253+
250254* Thu Sep 12 2024 Zhichun Wan <zhichunwan@microsoft.com> - 1.4.4-5
251255- Initial Azure Linux import from Fedora 42 (license: MIT)
252256- License Verified
You can’t perform that action at this time.
0 commit comments