public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Maxwell G <maxwell@gtmx.me>
To: git-commits@fedoraproject.org
Subject: [rpms/python-extractcode] rawhide: Fix failures due to p7zip -> 7zip replacmeent
Date: Thu, 04 Jun 2026 17:17:53 GMT [thread overview]
Message-ID: <178059347356.1.6468900940505885360.rpms-python-extractcode-f8416f8b14c4@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-extractcode
Branch : rawhide
Commit : f8416f8b14c49cdcf18bf2daa55a63a040cf18b7
Author : Maxwell G <maxwell@gtmx.me>
Date : 2026-06-04T12:16:51-05:00
Stats : +16/-5 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-extractcode/c/f8416f8b14c49cdcf18bf2daa55a63a040cf18b7?branch=rawhide
Log:
Fix failures due to p7zip -> 7zip replacmeent
Relates: https://github.com/aboutcode-org/typecode/issues/50
Relates: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/VAI3BSN24Z2BSOPNLYKPR5FGZHUKIABZ/
---
diff --git a/python-extractcode.spec b/python-extractcode.spec
index b9d3855..dcad3a8 100644
--- a/python-extractcode.spec
+++ b/python-extractcode.spec
@@ -27,10 +27,6 @@ BuildRequires: python3dist(extractcode-7z-system-provided)
BuildRequires: python3dist(extractcode-libarchive-system-provided)
BuildRequires: python3dist(typecode-libmagic-system-provided)
BuildRequires: p7zip-plugins
-%if 0%{?fedora} >= 43
-# The tests only work with p7zip-plugins from the p7zip package
-BuildConflicts: 7zip
-%endif
%global common_description %{expand:
A mostly universal file extraction library and CLI tool to extract almost any
@@ -90,7 +86,7 @@ rm -rf html/.{doctrees,buildinfo}
%check
# TestExtractVmImage needs access to kernel
# Then https://github.com/aboutcode-org/extractcode/issues/53
-%pytest -k %{shescape:%{shrink:
+%pytest -v -k %{shescape:%{shrink:
not estExtractVmImage
and not test_get_extractor_qcow2
and not test_extract_rar_with_trailing_data
@@ -107,6 +103,21 @@ rm -rf html/.{doctrees,buildinfo}
and not test_extractcode_command_does_not_crash_with_replace_originals_and_corrupted_archives
and not test_extractcode_command_can_extract_nuget
and not test_get_extractors_2
+ %dnl START: Failures due to https://github.com/aboutcode-org/typecode/issues/50
+ %dnl TODO: Investigate these failures and work with upstream
+ and not test_windows_media_player_skins_are_zip
+ and not test_get_best_handler_nuget_is_selected_over_zip
+ and not test_get_best_handler_nuget_is_selected_over_zip2
+ and not test_get_best_handler_nuget_is_selected_over_zip3
+ and not test_list_zip_with_relative_path_deeply_nested_with_7zip
+ and not test_extract_python_testtar_tar_archive_with_special_files
+ and not test_extract_cpio_broken_7z
+ and not with_weird_filenames_with_sevenzip_posix
+ and not test_list_entries_with_weird_names_7z
+ and not test_extract_file_by_file_weird_names
+ and not test_extract_file_by_file_with_weird_names_7z
+ and not test_list_entries_of_special_tar
+ %dnl END
}}
%files -n python3-%{pypi_name} -f %{pyproject_files}
reply other threads:[~2026-06-04 17:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178059347356.1.6468900940505885360.rpms-python-extractcode-f8416f8b14c4@fedoraproject.org \
--to=maxwell@gtmx.me \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox