-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
selftesting fails on openSUSE #1721
Comments
@scarabeusiv seems like an actual valid failure; do you have a docker image that replicates? What openSuse is this? |
It is the rolling release one, Tumbleweed. Also I have the package in OBS: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv And if you can get your hands on 'osc' tool you can from commandline try to trigger the build and chroot to the virtual machine used by the OBS itself (sadly one needs to have user account to do that):
|
@scarabeusiv see #1731 for a docker file that now passes, will merge and release right now |
Thanks, I can confirm now it passes and I've sent the 2.0.11 for the distro integration. |
Hello, a fix for this issue has been released via virtualenv 20.0.11; see https://pypi.org/project/virtualenv/20.0.11/ (https://virtualenv.pypa.io/en/latest/changelog.html#v20-0-11-2020-03-18). Please give a try and report back if your issue has not been addressed; if not, please comment here, and we'll reopen the ticket. We want to apologize for the inconvenience this has caused you and say thanks for having patience while we resolve the unexpected bugs with this new major release. |
https://build.opensuse.org/request/show/794520 by user scarabeus_iv + dimstar_suse - Update to 20.0.17: * minor fixes * update of embedded modules - Update to 20.0.11: - Allow the test suite to pass even when called with the system Python - to help repackaging of the tool for Linux distributions - by :user:`gaborbernat`. (`#1721 <https://github.com/pypa/virtualenv/issues/1721>`_) - Other minor fixes - Update to 20.0.10: * Complete rewrite and redesign of the virtualenv package
When building updated package for 2.0.10 the test_create_no seed with some options fails on python3 (seem not to be run under py2):
Full build log:
buildlog.txt
Also there are 4 build failures on both py2 and py3:
Full build log of that one (previous one has them skipped to see the other ones):
buildlog.txt
Any idea if there is something really borked or if it is safe to ignore these in our build enviroment?
The text was updated successfully, but these errors were encountered: