-
Notifications
You must be signed in to change notification settings - Fork 278
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
Python 3.7 deprecation warning causes failure in test_run_auto_output_without_tty_output #165
Comments
If your use of pyyaml's code which triggers this is in one specific place, you could use warnings module to disable the deprecation warning occurring while invoking that bit of pyyaml. Alternatively, maybe disable this test on py3.7 until pyyaml has done their thing? |
Currently there are multiple tests that output warnings (including the one that you reported), but none prevent tests from passing on Travis, nor on my computer. I'm not very familiar with openSUSE, but I suggest applying a patch (to delete the test) when building the package. Could that be an option? I often have to do it for RPM packaging. By the way, good news: this comment from a PyYAML maintainer says it should be fixed and released in February 👍 |
I've already skipped this one test, and the update is pending at https://build.opensuse.org/request/show/674874 |
Fixed upstream |
This is a flaky error, occurring occasionally when I do builds on openSUSE build service, Tumbleweed rolling release.
It can be seen currently on https://build.opensuse.org/package/show/home:jayvdb:coala:python3-bears/python-yamllint , but OBS doesnt keep old logs so it may turn green on the next build.
The text was updated successfully, but these errors were encountered: