Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The test test_move_script_doesnt_change_hash fails because it runs the 'python' command while the python executable has a different name #7090

Open
yurivict opened this issue Aug 6, 2024 · 0 comments

Comments

@yurivict
Copy link

yurivict commented Aug 6, 2024

Describe the bug

Tests should use the same pythin path as they are launched with, which in the case of FreeBSD is /usr/local/bin/python3.11

Failure:

                if err_filename is not None:
>                   raise child_exception_type(errno_num, err_msg, err_filename)
E                   FileNotFoundError: [Errno 2] No such file or directory: 'python'

Steps to reproduce the bug

regular test run using PyTest

Expected behavior

n/a

Environment info

FreeBSD 14.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant