[Python-modules-team] Bug#846606: ipython failing on ci.debian.net
    Scott Howard 
    showard at debian.org
       
    Fri Dec  2 15:16:51 UTC 2016
    
    
  
Package: ipython
Version: 2.4.1-1
Severity: minor
Dear Maintainer,
On https://ci.debian.net/packages/i/ipython/unstable/amd64/
ipython 5.1.0-2 is failing:
https://ci.debian.net/data/packages/unstable/amd64/i/ipython/20161107_090954.autopkgtest.log.gz
>From the log:
autopkgtest [09:21:21]: test command2: set -e ; for py in $(py3versions -r
2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py -c "import
ipython; print(ipython)" ; done
ImportError: No module named 'ipython'
The test should be:
$py -c "import IPython; print(IPython)"
(capitalization matters)
I don't know where this test is coming from... I can't find the package this is
happening in to fix it.
-Scott
-- System Information:
Debian Release: stretch/sid
  APT prefers yakkety-updates
  APT policy: (500, 'yakkety-updates'), (500, 'yakkety-security'), (500, 'yakkety'), (100, 'yakkety-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.8.0-27-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages ipython depends on:
ii  python                2.7.11-2
ii  python-decorator      4.0.6-1
ii  python-pexpect        4.2.0-1
ii  python-simplegeneric  0.8.1-1
ipython recommends no packages.
Versions of packages ipython suggests:
pn  ipython-doc               <none>
ii  ipython-notebook          2.4.1-1
pn  ipython-qtconsole         <none>
ii  python [python-profiler]  2.7.11-2
ii  python-matplotlib         1.5.2~rc2-1
ii  python-numpy              1:1.11.1~rc1-1ubuntu1
ii  python-zmq                15.2.0-1ubuntu1
-- no debconf information
    
    
More information about the Python-modules-team
mailing list