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

Update tox file to include proxy as well #54

Open
nishant-dash opened this issue Nov 21, 2023 · 1 comment
Open

Update tox file to include proxy as well #54

nishant-dash opened this issue Nov 21, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@nishant-dash
Copy link

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

[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

To Reproduce

N/A

Environment

Jammy VM

Relevant Log Output

pip install will time out

Additional Context

No response

@nishant-dash nishant-dash added the bug Something isn't working label Nov 21, 2023
@nishant-dash nishant-dash changed the title Running uats behind a proxy Update tox file to include proxy as well Nov 21, 2023
@nishant-dash
Copy link
Author

I see that #27 is open for the tests themselves

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant