Bug 40270 - Не указана зависимость на python3(IPython.testing)
Summary: Не указана зависимость на python3(IPython.testing)
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: ipython3 (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Anton Farygin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-22 21:55 MSK by Andrey Cherepanov
Modified: 2021-06-23 11:24 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Cherepanov 2021-06-22 21:55:35 MSK
# ipython3
Traceback (most recent call last):
  File "/usr/bin/ipython3", line 4, in <module>
    from IPython import start_ipython
  File "/usr/lib/python3/site-packages/IPython/__init__.py", line 59, in <module>
    from .testing import test
ImportError: cannot import name 'test' from 'IPython.testing' (unknown location)
Comment 1 Repository Robot 2021-06-23 11:24:49 MSK
ipython3-7.18.1-alt4 -> sisyphus:

 Wed Jun 23 2021 Aleksei Nikiforov <darktemplar@altlinux> 7.18.1-alt4
 - Made test imports optional (Closes: #40270).