kitchen icon indicating copy to clipboard operation
kitchen copied to clipboard

Useful snippets of python code

Results 8 kitchen issues
Sort by recently updated
recently updated
newest added

When running the test suite while packaging for openSUSE, I got these failed tests: ``` [ 13s] =================================== FAILURES =================================== [ 13s] _____________ TestI18N_Latin1.test_easy_gettext_setup_non_unicode ______________ [ 13s] [ 13s] self...

Mint MATE 1.24 pip show kitchen Name: kitchen Version: 1.2.6 Summary: Kitchen contains a cornucopia of useful code Home-page: https://fedorahosted.org/kitchen Author: Toshio Kuratomi, Seth Vidal, others Author-email: [email protected] License: LGPLv2+...

Two print statements made it into the Python 3 version of text.converters.getwriter, causing messages to appear on the console when using this method. This PR removes those statements.

Added power support for the travis.yml file with ppc64le. This is part of the Ubuntu distribution for ppc64le. This helps us simplify testing later when distributions are re-building and re-releasing....

Currently the site-packages directory is searched first when importing kitchen.release, which can cause issues if the installed version of kitchen is broken. To fix this, insert source_dir first in sys.path.

``` [ 101s] FAIL: Test that the combining table we generate is equal to or a subset of what's in the current table [ 101s] ---------------------------------------------------------------------- [ 101s] Traceback (most...

https://bugzilla.redhat.com/show_bug.cgi?id=1583600