We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From my testing, I need to modify the tox file to get it to run behind a proxy.
For example, if I want to run the uats now, I need to
[testenv:uats] install_command = pip --proxy http://<IP>:<PORT> install -r requirements.txt commands = pytest -vv --tb native {[vars]driver_path} -s --model kubeflow {posargs} deps = -r requirements.txt description = Run UATs for Kubeflow and Integrations
and then run the uats target.
Perhaps this can be included in the tox file? with passenv
passenv
N/A
Jammy VM
pip install will time out
No response
The text was updated successfully, but these errors were encountered:
I see that #27 is open for the tests themselves
Sorry, something went wrong.
No branches or pull requests
Bug Description
From my testing, I need to modify the tox file to get it to run behind a proxy.
For example, if I want to run the uats now, I need to
and then run the uats target.
Perhaps this can be included in the tox file? with
passenv
To Reproduce
N/A
Environment
Jammy VM
Relevant Log Output
pip install will time out
Additional Context
No response
The text was updated successfully, but these errors were encountered: