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

test_pip fails in an offline VM #18

Open
jayvdb opened this issue Nov 24, 2020 · 0 comments
Open

test_pip fails in an offline VM #18

jayvdb opened this issue Nov 24, 2020 · 0 comments

Comments

@jayvdb
Copy link

jayvdb commented Nov 24, 2020

When building venvctrl in a rpmbuild offline VM, test_pip fails because it requires ability to install confpy via pip, which by default requires PyPI access.

This could be solved by installing a small dummy wheel which is kept in the source repo, or create-able from the source repo.

The second half of test_pip installs the packages found in https://github.com/kevinconway/venvctrl/blob/master/requirements.txt , which is currently empty. This seems like a no-op atm.

Another approach is to enable system-packages in the virtualenv , so that pip can find these packages are already installed.

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

No branches or pull requests

2 participants