Your message dated Mon, 09 Mar 2020 23:50:27 +0000
with message-id <e1jbsaf-000bnv...@fasolo.debian.org>
and subject line Bug#953429: Removed package(s) from unstable
has caused the Debian Bug report #728101,
regarding failing autopkgtest: ImportError: No module named test.test_core
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
728101: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728101
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: pyptlib
Version: 0.0.5-1
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch trusty

Hello,

pyptlib's autopkgtest fails [1]:

| Traceback (most recent call last):
|   File "pyptlib/test/test_client.py", line 6, in <module>
|     from pyptlib.test.test_core import PluginCoreTestMixin
| ImportError: No module named test.test_core
| adt-run1: testbed executing test finished with exit status 1
| adt-run: & dsc0t-upstream-tests: ----------------------------------------]
| adt-run: & dsc0t-upstream-tests:  - - - - - - - - - - results - - - - - - - - 
- -
| dsc0t-upstream-tests FAIL non-zero exit status 1

Attached debdiff fixes this by making the test find the test module.

Thanks for considering,

Martin

[1] https://jenkins.qa.ubuntu.com/job/trusty-adt-pyptlib/1/ARCH=amd64,label=adt/
-- 
Martin Pitt                        | http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)
diff -Nru pyptlib-0.0.5/debian/changelog pyptlib-0.0.5/debian/changelog
--- pyptlib-0.0.5/debian/changelog      2013-10-03 22:23:57.000000000 +0200
+++ pyptlib-0.0.5/debian/changelog      2013-10-28 13:47:57.000000000 +0100
@@ -1,3 +1,10 @@
+pyptlib (0.0.5-1ubuntu1) trusty; urgency=low
+
+  * debian/tests/upstream-tests: Add pyptlib/test/ to PYTHONPATH so that the
+    autopkgtest can find test.test_core.
+
+ -- Martin Pitt <martin.p...@ubuntu.com>  Mon, 28 Oct 2013 13:47:28 +0100
+
 pyptlib (0.0.5-1) unstable; urgency=low
 
   * New upstream version.
diff -Nru pyptlib-0.0.5/debian/tests/upstream-tests 
pyptlib-0.0.5/debian/tests/upstream-tests
--- pyptlib-0.0.5/debian/tests/upstream-tests   2013-10-03 22:23:57.000000000 
+0200
+++ pyptlib-0.0.5/debian/tests/upstream-tests   2013-10-28 13:47:23.000000000 
+0100
@@ -2,6 +2,8 @@
 
 set -e
 
+export PYTHONPATH=`pwd`/pyptlib/test:$PYTHONPATH
+
 for test in $(find pyptlib/test -type f -name 'test_*.py'); do
        python $test
 done

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Version: 0.0.6-2+rm

Dear submitter,

as the package pyptlib has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/953429

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to