Rebuild with python 3.14

This commit is contained in:
2026-05-06 21:02:45 +03:00
parent 09db2d68f9
commit 749dbd02b1
4 changed files with 45 additions and 7 deletions
+2 -1
View File
@@ -7,6 +7,7 @@
prepare() {
cd "$BPM_SOURCE"
patch -Np1 -i "$BPM_WORKDIR"/fix-test-suite.patch
patch -i "$BPM_WORKDIR"/file-5.47-fix.diff test/python_magic_test.py
}
# The build function is executed in the source directory
@@ -18,7 +19,7 @@ build() {
# The check function is executed in the source directory
# This function is used to run tests to verify the package has been compiled correctly
check() {
LC_ALL=en_US.UTF-8 pytest --deselect test/python_magic_test.py::MagicTest::test_extension
LC_ALL=en_US.UTF-8 pytest
}
# The package function is executed in the source directory