# HG changeset patch # User Vincent Hatakeyama <vincent.hatakeyama@xcg-consulting.fr> # Date 1685958608 -7200 # Mon Jun 05 11:50:08 2023 +0200 # Node ID 05124e634d77f7fde2ff7be31c082e4536c3361e # Parent b553de2cc3b95a34b01df36adb53ff30dc34d6ab 🚑 rename do_tests shell script as it was hidden by the console scripts with the same name diff --git a/NEWS.rst b/NEWS.rst --- a/NEWS.rst +++ b/NEWS.rst @@ -12,6 +12,8 @@ run_tests: exclude all manifest from coverage, previous exclusion did not apply for installable modules. +Rename do_tests shell script so that it is installed, the console script was shadowing it. + 20.2.0 ------ diff --git a/do_tests b/do_tests.zsh rename from do_tests rename to do_tests.zsh diff --git a/pyproject.toml b/pyproject.toml --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ script-files = [ "create_archive", "create_documentation", - "do_tests", + "do_tests.zsh", "run_tests", "start" ]