File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 10
10
Summary: C bindings for subunit
11
11
Name: subunit
12
12
Version: 1.4.4
13
- Release: 5 %{?dist }
13
+ Release: 6 %{?dist }
14
14
License: Apache-2.0 OR BSD-3-Clause
15
15
Vendor: Microsoft Corporation
16
16
Distribution: Azure Linux
@@ -198,6 +198,7 @@ touch -r c++/SubunitTestProgressListener.h \
198
198
199
199
%check
200
200
%if %{without bootstrap}
201
+ pip3 install testtools iso8601 testscenarios fixtures
201
202
# Run the tests for python3
202
203
export LD_LIBRARY_PATH=$PWD /.libs
203
204
export PYTHON=%{python3 }
@@ -247,6 +248,9 @@ make check
247
248
%{_bindir }/tap2subunit
248
249
249
250
%changelog
251
+ *
Fri Jan 31 2025 Sam Meluch <[email protected] > -
1.4.4-6
252
+ - Add testtools install to %check section to fix ptest
253
+
250
254
*
Thu Sep 12 2024 Zhichun Wan <[email protected] > -
1.4.4-5
251
255
- Initial Azure Linux import from Fedora 42 (license: MIT)
252
256
- License Verified
You can’t perform that action at this time.
0 commit comments