-
Notifications
You must be signed in to change notification settings - Fork 234
'No module found' error -> how to configure an environment for remote usage #300
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
Labels
Comments
remote setup currently is not implemented that way, you need to provide the environment |
Oh. Okay. How do I do that? |
@michaelbukachi for example by creating it as a virtualenv on the remote and passing that virtualenv as the python parameter to the --tx |
you mean something like this: |
|
Thanks. Got it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello. I'm trying to run tests on a remote server but I'm getting a
No module found
error. I'm running pytests in a virtual env created using pipenv. Is it possible to have a setup before the tests that installs all the modules on the remote server ?The text was updated successfully, but these errors were encountered: