diff --git a/.github/workflows/build-pyinstaller.yml b/.github/workflows/build-pyinstaller.yml index 838dcdb431..190d3d4119 100644 --- a/.github/workflows/build-pyinstaller.yml +++ b/.github/workflows/build-pyinstaller.yml @@ -156,6 +156,8 @@ jobs: --deselect tests/functional/test_multipackage.py::test_spec_with_multipackage --deselect tests/functional/test_libraries.py::test_idlelib --deselect tests/functional/test_libraries.py::test_tkinter_tcl_library_dir + --deselect "tests/functional/test_security.py::test_application_home_directory_hijack[onedir-splash-" + --deselect "tests/functional/test_security.py::test_application_home_directory_hijack[onefile-splash-" - python-version: '3.14' deselect: >- --deselect tests/unit/test_modulegraph_more.py::test_extension @@ -165,6 +167,8 @@ jobs: --deselect tests/functional/test_multipackage.py::test_spec_with_multipackage --deselect tests/functional/test_libraries.py::test_idlelib --deselect tests/functional/test_libraries.py::test_tkinter_tcl_library_dir + --deselect "tests/functional/test_security.py::test_application_home_directory_hijack[onedir-splash-" + --deselect "tests/functional/test_security.py::test_application_home_directory_hijack[onefile-splash-" env: PYINSTALLER_VERSION: ${{ matrix.version }} diff --git a/docs/packages/pyinstaller.yaml b/docs/packages/pyinstaller.yaml index 8f71832dcc..96756bf3ce 100644 --- a/docs/packages/pyinstaller.yaml +++ b/docs/packages/pyinstaller.yaml @@ -9,3 +9,4 @@ versions: - filename: pyinstaller-6.22.2-py3-none-manylinux_2_39_riscv64.whl sha256: 995deb017d95aa8ab3d08a06a38f2c413ae29e114e74743af0844406a421fdcf requires-python: <3.16,>=3.8 +- version: 6.22.3