Remove an obsolete conditional

This commit is contained in:
Benjamin A. Beasley 2024-01-01 15:00:48 -05:00
parent 953a909541
commit 6a79a5062e

View File

@ -79,12 +79,7 @@ symlinks -c -o %{buildroot}/%{python3_sitelib}/%{srcname}/tx
install -t '%{buildroot}%{_mandir}/man1' -D -p -m 0644 '%{srcname}.1'
%check
%if 0%{?fedora} == 33
# Fixing this would require an adobe-afdko update; see
# https://github.com/adobe-type-tools/cffsubr/issues/13.
k="${k-}${k+ and }not (TestSubroutinize and test_non_standard_upem_mute_font_matrix_warning)"
%endif
%pytest -k "${k-}"
%pytest
%files -n python3-%{srcname} -f %{pyproject_files}
# pyproject-rpm-macros handles the LICENSE file; verify with “rpm -qL -p …”
@ -103,6 +98,7 @@ k="${k-}${k+ and }not (TestSubroutinize and test_non_standard_upem_mute_font_mat
%changelog
* Mon Jan 01 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.2.9.post1-9
- Assert %%pyproject_files contains a license file
- Remove an obsolete conditional
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.9.post1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild