diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index aede7876b..9f458a6e0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -159,7 +159,6 @@ jobs: poetry run python ${{ matrix.extra_python_params }} -m nuitka --onefile --assume-yes-for-downloads - --nofollow-import-to='*.tests' --output-filename=${{ matrix.bin_name }} ${{ matrix.module_path }} - name: Upload binaries diff --git a/changelog.md b/changelog.md index a3098aa2e..442b13704 100644 --- a/changelog.md +++ b/changelog.md @@ -8,6 +8,7 @@ This version is not released yet and is under active development. - Requires Sphinx dependencies to be set in a `docs` group in `pyproject.toml`. - Let `pipdeptree` resolve the Python executable to use in a virtual environment. +- Do not let Nuitka assume a Python package is bundled with its unittests in a `tests` subfolder. - Reduce number of `git` calls to produce `.mailmap`. Refs #984. ## [3.4.7 (2024-04-26)](https://github.com/kdeldycke/workflows/compare/v3.4.6...v3.4.7)