Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3cd5ce55 authored by Martin Fischer's avatar Martin Fischer
Browse files

[enh] clarify why we run pyright in the pyenv

parent aaf616fb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -687,6 +687,8 @@ test.pylint() {
test.pyright() {
    build_msg TEST "[pyright] static type check of python sources"
    nodejs.ensure
    # We run Pyright in the virtual environment because Pyright
    # executes "python" to determine the Python version.
    pyenv.cmd pyright
    dump_return $?
}