-
Notifications
You must be signed in to change notification settings - Fork 18
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
Tests fail on openSUSE Leap 15.1 Python 3 #5
Comments
The first step IMO would be to expand the tox matrix to include more versions of Click, esp 6.7 which is the version available on Leap 15.1 |
Sounds like the right next steps. I can do something tomorrow, but could review PRs if you'd like to work on it in the meantime. |
click 6.7 is the version installed in Travis, and that doesnt seem to be the issue, as it works correctly with click 3.3+ The patch in https://build.opensuse.org/package/show/openSUSE:Leap:15.1/python-click looks concerning as it is disabling at test which looks very much like the above; same also in Leap 15.2 at That suggests the test logic in click-aliases might be quite old, and the fix may be to update the test code a bit, if that doesnt break too many old versions of click. |
where is this patch coming from? From the openSUSE packaging? what happens without this patch applied? |
Trying to package this project for Arch Linux with Python 3.11 and click > 8, I am also running into this:
In case this is already fixed, can a new release please be made? |
using click 8.1.3 under Fedora, the tests fails with:
|
All of the tests are failing on openSUSE Leap Python 3 , but not on openSUSE Tumbleweed or openSUSE Leap Python 2.
This could be an issue with a specific version of click, or could be the pytest version being used. I'll dig into it, but dont want it to slip away, hence raising the issue.
https://build.opensuse.org/package/show/home:jayvdb:py-new/python-click-aliases
click-aliases-leap.log
The text was updated successfully, but these errors were encountered: