Rebuild with python 3.14
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user