Skip to content

Commit

Permalink
Do not let Nuitka assume a Python package is bundled with its unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed May 22, 2024
1 parent b4df24b commit e60cbfe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e60cbfe

Please sign in to comment.