You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: