[PATCH] python tests: fix locale issues
authorFrédéric Pierret (fepitre) <frederic.pierret@qubes-os.org>
Wed, 2 Dec 2020 10:30:10 +0000 (11:30 +0100)
committerLuca Boccassi <bluca@debian.org>
Mon, 27 Jan 2025 11:16:37 +0000 (11:16 +0000)
commit5e4a5928d7bebbd5361d58cba6e4dd821304dd8b
treef11001a2959e07ddb320fbd3932cabe7e77b1ae6
parenteac14df1a97509dcb068bf625a21151254c17550
[PATCH] python tests: fix locale issues

It has been observed that manipulating locales in Debian
environment, tests are failing.

======================================================================
ERROR: test_custom_querying (tests.test_reldep.Reldep)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/reprotest.wOQ8sL/build-experiment-1/build-experiment-1/python/hawkey/tests/tests/test_reldep.py", line 78, in test_custom_querying
    reldep = hawkey.Reldep(self.sack, u"\u0159 >= 3")
_hawkey.ValueException: Wrong reldep format: \u0159 >= 3

Gbp-Pq: Name 0013-python-tests-fix-locale-issues.patch
python/hawkey/tests/tests/base.py