Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 732230 - =dev-python/metakernel-0.20.4 fails test on LANG=ru_RU.UTF-8
Summary: =dev-python/metakernel-0.20.4 fails test on LANG=ru_RU.UTF-8
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Deadline: 2020-09-21
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 726346
  Show dependency tree
 
Reported: 2020-07-11 15:37 UTC by Sergei Trofimovich (RETIRED)
Modified: 2022-06-25 04:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergei Trofimovich (RETIRED) gentoo-dev 2020-07-11 15:37:27 UTC
======================================================================
FAIL: metakernel.magics.tests.test_shell_magic.test_shell_magic
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/python3.6/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/dev/shm/portage/dev-python/metakernel-0.20.4/work/metakernel-0.20.4/metakernel/magics/tests/test_shell_magic.py", line 20, in test_shell_magic
    assert 'Sorry, no help' in helpstr
AssertionError:
-------------------- >> begin captured logging << --------------------
test: ERROR: got
test: ERROR: Использование: cat [ПАРАМЕТР]… [ФАЙЛ]…
Печатает слияние ФАЙЛ(ов) на стандартный вывод.

Если ФАЙЛ не задан или задан как -, читает стандартный ввод.

  -A, --show-all           синоним -vET
  -b, --number-nonblank    нумеровать непустые строки при выводе
...

======================================================================
FAIL: metakernel.magics.tests.test_shell_magic.test_shell_magic3
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/python3.6/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/dev/shm/portage/dev-python/metakernel-0.20.4/work/metakernel-0.20.4/metakernel/magics/tests/test_shell_magic.py", line 39, in test_shell_magic3
    assert ': command not found' in text, text
AssertionError: Print: bash: lalkjds: команда не найдена


-------------------- >> begin captured logging << --------------------
test: DEBUG: Print: bash: lalkjds: команда не найдена

--------------------- >> end captured logging << ---------------------
Comment 1 Sergei Trofimovich (RETIRED) gentoo-dev 2020-07-11 15:38:04 UTC
Tests seem to rely on LANGUAGE=en. Consider setting it expliictly in src_test().