Debian Bug report logs - #668519
python3-pytest: py.test-3.2 doesn't work correctly

version graph

Package: python3-pytest; Maintainer for python3-pytest is Debian Python Team <team+python@tracker.debian.org>; Source for python3-pytest is src:pytest (PTS, buildd, popcon).

Reported by: Koichi Akabe <vbkaisetsu@gmail.com>

Date: Thu, 12 Apr 2012 12:37:04 UTC

Severity: normal

Found in version pytest/2.2.3-1

Fixed in version pytest/2.2.3-2

Done: Simon Chopin <chopin.simon@gmail.com>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>:
Bug#668519; Package python3-pytest. (Thu, 12 Apr 2012 12:37:07 GMT) (full text, mbox, link).


Acknowledgement sent to Koichi Akabe <vbkaisetsu@gmail.com>:
New Bug report received and forwarded. Copy sent to Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>. (Thu, 12 Apr 2012 12:37:09 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Koichi Akabe <vbkaisetsu@gmail.com>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: python3-pytest: py.test-3.2 doesn't work correctly
Date: Thu, 12 Apr 2012 21:36:29 +0900
Package: python3-pytest
Version: 2.2.3-1
Severity: normal

Dear Maintainer,

py.test-3 works fine, but py.test-3.2 doesn't work correctly.
It returns the source code of py.test-3.2.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.3.0-trunk-686-pae (SMP w/2 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python3-pytest depends on:
ii  python3                3.2.3~rc1-2
ii  python3-pkg-resources  0.6.24-1
ii  python3-py             1.4.7-3
ii  python3.2              3.2.3~rc2-1

python3-pytest recommends no packages.

python3-pytest suggests no packages.

-- no debconf information




Information forwarded to debian-bugs-dist@lists.debian.org, Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>:
Bug#668519; Package python3-pytest. (Thu, 12 Apr 2012 13:36:11 GMT) (full text, mbox, link).


Acknowledgement sent to Koichi Akabe <vbkaisetsu@gmail.com>:
Extra info received and forwarded to list. Copy sent to Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>.

Your message did not contain a Subject field. They are recommended and useful because the title of a $gBug is determined using this field. Please remember to include a Subject field in your messages in future.

(Thu, 12 Apr 2012 13:36:12 GMT) (full text, mbox, link).


Message #10 received at 668519@bugs.debian.org (full text, mbox, reply):

From: Koichi Akabe <vbkaisetsu@gmail.com>
To: 668519@bugs.debian.org
Date: Thu, 12 Apr 2012 22:35:56 +0900
Hi,

I think debian/py.test.sh on the source package contains the error at line 3.

> PYVERSION=`cut $0 -d '-' -f 2`

'cut' splits the data of the file $0, so it will split the source code.
I think the following code works fine

PYVERSION=`echo $0 | cut -d '-' -f 2`

-- 
Koichi Akabe
 vbkaisetsu at {gmail.com}




Reply sent to Simon Chopin <chopin.simon@gmail.com>:
You have taken responsibility. (Fri, 13 Apr 2012 18:51:03 GMT) (full text, mbox, link).


Notification sent to Koichi Akabe <vbkaisetsu@gmail.com>:
Bug acknowledged by developer. (Fri, 13 Apr 2012 18:51:03 GMT) (full text, mbox, link).


Message #15 received at 668519-close@bugs.debian.org (full text, mbox, reply):

From: Simon Chopin <chopin.simon@gmail.com>
To: 668519-close@bugs.debian.org
Subject: Bug#668519: fixed in pytest 2.2.3-2
Date: Fri, 13 Apr 2012 18:48:00 +0000
Source: pytest
Source-Version: 2.2.3-2

We believe that the bug you reported is fixed in the latest version of
pytest, which is due to be installed in the Debian FTP archive:

pytest_2.2.3-2.debian.tar.gz
  to main/p/pytest/pytest_2.2.3-2.debian.tar.gz
pytest_2.2.3-2.dsc
  to main/p/pytest/pytest_2.2.3-2.dsc
python-pytest-doc_2.2.3-2_all.deb
  to main/p/pytest/python-pytest-doc_2.2.3-2_all.deb
python-pytest_2.2.3-2_all.deb
  to main/p/pytest/python-pytest_2.2.3-2_all.deb
python3-pytest_2.2.3-2_all.deb
  to main/p/pytest/python3-pytest_2.2.3-2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 668519@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Simon Chopin <chopin.simon@gmail.com> (supplier of updated pytest package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 13 Apr 2012 20:34:00 +0200
Source: pytest
Binary: python-pytest python3-pytest python-pytest-doc
Architecture: source all
Version: 2.2.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Changed-By: Simon Chopin <chopin.simon@gmail.com>
Description: 
 python-pytest - Simple, powerful testing in Python
 python-pytest-doc - Simple, powerful testing in Python - Documentation
 python3-pytest - Simple, powerful testing in Python3
Closes: 668519
Changes: 
 pytest (2.2.3-2) unstable; urgency=low
 .
   * Fix the shell wrapper (Closes: #668519)
   * Use the wrapper for py.test and py3-test to simplify d/rules
   * Enable test suite
     + Uncomment the override_dh_auto_test target
   * Build-Conflicts on old versions of python-pytest-xdist (<< 1.5)
Checksums-Sha1: 
 653d7438a97f42a0def70b4e7026509045323724 2220 pytest_2.2.3-2.dsc
 c352d1f9c10d702f3205216c13487a532ec8f990 5978 pytest_2.2.3-2.debian.tar.gz
 d25b33e2c0820e45b4f2d1660f0574a90b672048 88652 python-pytest_2.2.3-2_all.deb
 c47a96d8f0f00709ca3a569133ee996aa005a392 86894 python3-pytest_2.2.3-2_all.deb
 6b08b3e00963db4c9fcea0e4f59f390036279a1b 268038 python-pytest-doc_2.2.3-2_all.deb
Checksums-Sha256: 
 a63e128e801f1c00d0505775209d14638198fba06db6d5c2f9aab2a5922377f8 2220 pytest_2.2.3-2.dsc
 1917af38f281fafad649ceb4a5ac9953e9799ccca85ae0450d6e5b0004ab846b 5978 pytest_2.2.3-2.debian.tar.gz
 27034c5603c509cb855ab233282539d22a2871b8a2a3d535083a9510f1c0d7a4 88652 python-pytest_2.2.3-2_all.deb
 6329368f463fe1c909a96d5a51a676987caa166e8169947e74634f102443335b 86894 python3-pytest_2.2.3-2_all.deb
 ce4019f80e59dc9b7129d3153489fa0f898e5fd36fb1615cf913f445c3c61549 268038 python-pytest-doc_2.2.3-2_all.deb
Files: 
 2a07bf61fa55d55a7c571b97124f7a2b 2220 python optional pytest_2.2.3-2.dsc
 2381d3d5a6f3aa68642ec9c092c445e0 5978 python optional pytest_2.2.3-2.debian.tar.gz
 adce22eee098fedf7b7804901121cbc2 88652 python optional python-pytest_2.2.3-2_all.deb
 5394dc8b3e0f0d173cccd7d0f276b7f4 86894 python optional python3-pytest_2.2.3-2_all.deb
 0b5ec35006426318b2ad0b6ad706e250 268038 doc optional python-pytest-doc_2.2.3-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJPiHNBAAoJEACQ/CG1zRrMwhUQAOwyPvv660LMmTp224jMs/go
DYH+pv7pyeDG+rdp3NW0fWHcdmBvvJOMgbe5xBNYoF/GO5ZdkGv9y3fWWh//OV/D
YFvhwtVaaukqWAIX+ge9bJr8xuchkbivjvP/DibnDlxXpchoSvUpvj8T5Z/CiCLd
k9QQgunQKW67F4uPtop5AMMkB2YvdbbGDXMxEuNQ2yrXstZf6scVLoNQnkVn+vDn
2gOnZ6GgDtPEgdPDKMSgIdHpAOGCo4cKPuYFOMnj+czYuJnnh1yOP/Caf7q0Atj7
Yh/XDtCEx7QKuV7gq48XDZ7RZDMBt3wLHNhc/w2zhnHEY0HC+vsgD4dih2o0qVug
StX/OIn5woFwoy/YanBfawTDNan4/bn9KmEMmrCeM83BUH/6ytXLO5/J5iSvRe1O
hUGxottt3xzKeMNZURgyS+6PQ0xYu+prOBACWMj07e6Pc1MVLc/xLUyWZhQCb3IB
mp2Rn0sf0wM337MXn2KScHdkr7H/gJjl+p4fh58DHzdBVuV+bGMEV5bnW48E+bNa
13L23at5f+SqV9l3sjSi/1dG75673x1HIssCWO8Qj8nYcNqkC7n5F0rJbpVnVVQL
a+MBOo3A+S4sqeiti3u8AJ9exsJ7RNR6D7nco8PqPKMtzOx9oGQYXCC3pUDP2zj2
8QPKo3a929a8/e/VAIJD
=u4C8
-----END PGP SIGNATURE-----





Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Sat, 12 May 2012 07:35:14 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Mon Jun 5 03:06:04 2023; Machine Name: buxtehude

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.