-
-
Notifications
You must be signed in to change notification settings - Fork 315
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
Could not find test_runner
to run tests?
#3707
Comments
Just to check the obvious, you are building the target |
OK running https://gist.github.com/doronbehar/6063de9bbeac7ac31ad9dd124c9ba9ab The question now is, what is the make target that would copy the Python files to the correct place? And why do I have to run |
Hm, I use the Ninja backend, and there is no
Even so, the build instructions do specify building For me, just running the configure stage is enough to put the .py files into the build directory:
That the |
Thanks for the link. I too observe the Python files there, and |
On NixOS, we experience these errors when trying to run tests:
https://gist.github.com/doronbehar/6a76e09d64a2f515548a53afd72d9663
Any idea why is that?
The text was updated successfully, but these errors were encountered: