Your message dated Wed, 03 Feb 2016 07:22:46 +0000
with message-id <[email protected]>
and subject line Bug#811468: fixed in nose 1.3.7-1
has caused the Debian Bug report #811468,
regarding nose: FTBFS: AttributeError: 'Derived' object has no attribute 'value'
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 [email protected]
immediately.)
--
811468: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811468
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: nose
Version: 1.3.6-1
Severity: serious
Justification: fails to build from source
User: [email protected]
Usertags: ftbfs
X-Debbugs-Cc: [email protected]
Dear Maintainer,
nose fails to build from source in unstable/amd64:
[..]
test_defaults (test_xunit.TestOptions) ... ok
test_file_from_environ (test_xunit.TestOptions) ... ok
test_file_from_opt (test_xunit.TestOptions) ... ok
test_dot_in_args (test_xunit.TestSplitId) ... ok
test_grandchild_has_dot_in_args (test_xunit.TestSplitId) ... ok
test_no_dot_in_args (test_xunit.TestSplitId) ... ok
test_no_parenthesis (test_xunit.TestSplitId) ... ok
test_addError (test_xunit.TestXMLOutputWithXML) ... FAIL
test_addError_early (test_xunit.TestXMLOutputWithXML) ... ok
test_addFailure (test_xunit.TestXMLOutputWithXML) ... FAIL
test_addFailure_early (test_xunit.TestXMLOutputWithXML) ... ok
test_addSuccess (test_xunit.TestXMLOutputWithXML) ... FAIL
test_addSuccess_early (test_xunit.TestXMLOutputWithXML) ... ok
test_non_utf8_error (test_xunit.TestXMLOutputWithXML) ... ok
======================================================================
FAIL: Doctest: imported_tests.rst
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3.5/doctest.py", line 2189, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for imported_tests.rst
File
"/home/lamby/temp/cdt.20160119095522.QC6hZTcOrV/nose-1.3.6/build/tests/functional_tests/doc_tests/test_issue145/imported_tests.rst",
line 0
----------------------------------------------------------------------
File
"/home/lamby/temp/cdt.20160119095522.QC6hZTcOrV/nose-1.3.6/build/tests/functional_tests/doc_tests/test_issue145/imported_tests.rst",
line 43, in imported_tests.rst
Failed example:
run(argv=argv) # doctest: +REPORT_NDIFF
Differences (ndiff with -expected +actual):
package1 setup
test (package1.test_module.TestCase) ... ok
package1.test_module.TestClass.test_class ... ok
package1.test_module.test_function ... ok
package2c setup
- test (package2c.test_module.TestCase) ... ok
? ^^ ^ ^
+ test (package2c.test_module.transplant_class.<locals>.C) ... ok
? ^^^^ ++++ ^^^ ^^^^^^^^^^^^
package2c.test_module.TestClass.test_class ... ok
package2f setup
package2f.test_module.test_function ... ok
<BLANKLINE>
----------------------------------------------------------------------
Ran 6 tests in ...s
<BLANKLINE>
OK
----------------------------------------------------------------------
File
"/home/lamby/temp/cdt.20160119095522.QC6hZTcOrV/nose-1.3.6/build/tests/functional_tests/doc_tests/test_issue145/imported_tests.rst",
line 72, in imported_tests.rst
Failed example:
run(argv=argv) # doctest: +REPORT_NDIFF
Differences (ndiff with -expected +actual):
package2c setup
- test (package2c.test_module.TestCase) ... ok
? ^^ ^ ^
+ test (package2c.test_module.transplant_class.<locals>.C) ... ok
? ^^^^ ++++ ^^^ ^^^^^^^^^^^^
package2c.test_module.TestClass.test_class ... ok
<BLANKLINE>
----------------------------------------------------------------------
Ran 2 tests in ...s
<BLANKLINE>
OK
----------------------------------------------------------------------
File
"/home/lamby/temp/cdt.20160119095522.QC6hZTcOrV/nose-1.3.6/build/tests/functional_tests/doc_tests/test_issue145/imported_tests.rst",
line 99, in imported_tests.rst
Failed example:
run(argv=argv) # doctest: +REPORT_NDIFF
Differences (ndiff with -expected +actual):
package2c setup
- test (package2c.test_module.TestCase) ... ok
? ^^ ^ ^
+ test (package2c.test_module.transplant_class.<locals>.C) ... ok
? ^^^^ ++++ ^^^ ^^^^^^^^^^^^
<BLANKLINE>
----------------------------------------------------------------------
Ran 1 test in ...s
<BLANKLINE>
OK
======================================================================
FAIL: runTest (test_load_tests_from_test_case.TestLoadTestsFromTestCaseHook)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/lamby/temp/cdt.20160119095522.QC6hZTcOrV/nose-1.3.6/build/tests/functional_tests/test_load_tests_from_test_case.py",
line 52, in runTest
self.assertEqual(line.strip(), expect.pop(0))
AssertionError: 'test[34
chars]case.NoFixturePlug.loadTestsFromTestCase.<loca[18 chars]RROR' != 'test[34
chars]case.Derived) ... ERROR'
- test_value
(test_load_tests_from_test_case.NoFixturePlug.loadTestsFromTestCase.<locals>.Derived)
... ERROR
+ test_value (test_load_tests_from_test_case.Derived) ... ERROR
-------------------- >> begin captured stdout << ---------------------
options
configure
Called!
test_value
(test_load_tests_from_test_case.NoFixturePlug.loadTestsFromTestCase.<locals>.Derived)
... ERROR
test_value (tests.Tests) ... ok
======================================================================
ERROR: test_value
(test_load_tests_from_test_case.NoFixturePlug.loadTestsFromTestCase.<locals>.Derived)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/lamby/temp/cdt.20160119095522.QC6hZTcOrV/nose-1.3.6/build/tests/functional_tests/support/ltftc/tests.py",
line 9, in test_value
self.assertEqual(self.value, 1)
AttributeError: 'Derived' object has no attribute 'value'
----------------------------------------------------------------------
Ran 2 tests in 0.006s
FAILED (errors=1)
--------------------- >> end captured stdout << ----------------------
======================================================================
FAIL: test_addError (test_xunit.TestXMLOutputWithXML)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/lamby/temp/cdt.20160119095522.QC6hZTcOrV/nose-1.3.6/build/tests/unit_tests/test_xunit.py",
line 193, in test_addError
eq_(tc.attrib['classname'], "test_xunit.TC")
AssertionError: 'test_xunit.mktest.<locals>.TC' != 'test_xunit.TC'
-------------------- >> begin captured stdout << ---------------------
b'<?xml version="1.0" encoding="UTF-8"?><testsuite name="nosetests" tests="1"
errors="1" failures="0" skip="0"><testcase
classname="test_xunit.mktest.<locals>.TC" name="runTest"
time="0.000"><error type="builtins.RuntimeError" message="some error
happened"><![CDATA[Traceback (most recent call last):\n File
"/home/lamby/temp/cdt.20160119095522.QC6hZTcOrV/nose-1.3.6/build/tests/unit_tests/test_xunit.py",
line 175, in test_addError\n raise RuntimeError("some error
happened")\nRuntimeError: some error
happened\n]]></error></testcase></testsuite>'
--------------------- >> end captured stdout << ----------------------
======================================================================
FAIL: test_addFailure (test_xunit.TestXMLOutputWithXML)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/lamby/temp/cdt.20160119095522.QC6hZTcOrV/nose-1.3.6/build/tests/unit_tests/test_xunit.py",
line 126, in test_addFailure
eq_(tc.attrib['classname'], "test_xunit.TC")
AssertionError: 'test_xunit.mktest.<locals>.TC' != 'test_xunit.TC'
-------------------- >> begin captured stdout << ---------------------
b'<?xml version="1.0" encoding="UTF-8"?><testsuite name="nosetests" tests="1"
errors="0" failures="1" skip="0"><testcase
classname="test_xunit.mktest.<locals>.TC" name="runTest"
time="0.000"><failure type="builtins.AssertionError" message="one is not
\'equal\' to two"><![CDATA[Traceback (most recent call last):\n File
"/home/lamby/temp/cdt.20160119095522.QC6hZTcOrV/nose-1.3.6/build/tests/unit_tests/test_xunit.py",
line 108, in test_addFailure\n raise AssertionError("one is not \'equal\'
to two")\nAssertionError: one is not \'equal\' to
two\n]]></failure></testcase></testsuite>'
--------------------- >> end captured stdout << ----------------------
======================================================================
FAIL: test_addSuccess (test_xunit.TestXMLOutputWithXML)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/lamby/temp/cdt.20160119095522.QC6hZTcOrV/nose-1.3.6/build/tests/unit_tests/test_xunit.py",
line 282, in test_addSuccess
eq_(tc.attrib['classname'], "test_xunit.TC")
AssertionError: 'test_xunit.mktest.<locals>.TC' != 'test_xunit.TC'
-------------------- >> begin captured stdout << ---------------------
b'<?xml version="1.0" encoding="UTF-8"?><testsuite name="nosetests" tests="1"
errors="0" failures="0" skip="0"><testcase
classname="test_xunit.mktest.<locals>.TC" name="runTest"
time="0.000"></testcase></testsuite>'
--------------------- >> end captured stdout << ----------------------
----------------------------------------------------------------------
Ran 387 tests in 13.361s
FAILED (SKIP=18, failures=5)
debian/rules:25: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1
make[1]: Leaving directory
'/home/lamby/temp/cdt.20160119095522.QC6hZTcOrV/nose-1.3.6'
debian/rules:14: recipe for target 'build' failed
make: *** [build] Error 2
[..]
The full build log is attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
nose.1.3.6-1.unstable.amd64.log.txt.gz
Description: Binary data
--- End Message ---
--- Begin Message ---
Source: nose
Source-Version: 1.3.7-1
We believe that the bug you reported is fixed in the latest version of
nose, which is due to be installed in the Debian FTP archive.
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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Dmitry Shachnev <[email protected]> (supplier of updated nose 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 03 Feb 2016 10:03:09 +0300
Source: nose
Binary: python-nose-doc python-nose python3-nose
Architecture: source
Version: 1.3.7-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team
<[email protected]>
Changed-By: Dmitry Shachnev <[email protected]>
Description:
python-nose - test discovery and running of Python's unittest
python-nose-doc - documentation for discovery and running for Python's unittest
python3-nose - test discovery and running for Python3 unittest
Closes: 811468
Changes:
nose (1.3.7-1) unstable; urgency=medium
.
[ Brian May ]
* New upstream version.
.
[ Dmitry Shachnev ]
* Backport upstream commit that fixes tests failures with Python 3.5
(closes: #811468).
* Use HTTPS in Vcs-Git field and in debian/watch.
* Override Lintian false-positive warning about missing source for
unit_tests/support/doctest/noname_wrapped.not_pyc.
Checksums-Sha1:
1503030753eb52bac426d9da7e0c2655374684b0 2321 nose_1.3.7-1.dsc
97f2a04c9d43b29ddf4794a1a1d1ba803f1074c6 280488 nose_1.3.7.orig.tar.gz
1549d92475b4ff5bc9fd77b1b70a89a9bf8833b3 11148 nose_1.3.7-1.debian.tar.xz
Checksums-Sha256:
ac09eaf25a19adfbf5dd712035fb1daaeae515d8b0a24829702c011162a62031 2321
nose_1.3.7-1.dsc
f1bffef9cbc82628f6e7d7b40d7e255aefaa1adb6a1b1d26c69a8b79e6208a98 280488
nose_1.3.7.orig.tar.gz
02ffafd1f53e7be0b8967f1fc0c4d028f358ed32ea3fb1da43fe6a7090934b47 11148
nose_1.3.7-1.debian.tar.xz
Files:
56074b8ecceab2f099d6cb58d0eb7fcf 2321 python optional nose_1.3.7-1.dsc
4d3ad0ff07b61373d2cefc89c5d0b20b 280488 python optional nose_1.3.7.orig.tar.gz
0890c3a99f04829cd8b6bbab3d2a435d 11148 python optional
nose_1.3.7-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIcBAEBCAAGBQJWsaZXAAoJENb+cQNj+F3TuYcP/0zAAIO22/wEVCxMR8QJBjCF
n4G1+f17lPrcg6+gG+bbW0czi5sgxX4PSuE/scJzsnwDe3vg59l0YqGs5QlPS/mh
Q5pVIHBNo2Isqm9kmwW3hzyg1mxqWXXaQVZUsPaxGr31dnyOsAFv+NOgdjOq1dnK
KzQ2fkdh2aG35eK+lBicrCRfisyx3DzbOTksXU1OanAL79JrxfCOtkNcCTyOpyWW
OCaPA6UvMMtQdCLcCR8xS4trfcW835MBF9g0T+0nQ5joifx286trVszS9cHmKfDl
W3Zanyzc3m9D2jRv5OLFDl5LGcpWazJ/sT4lXJ+/j2N6eQQ7knH6DyO2NM24u71d
qLONvL4BTFNRR3Leq1nzkErc0jh5ibdNxFA5sNPmn46Jp7Zp1ZfxVOODaGaQ0jZh
kdFS55aYyWkUMKEpKIsbqbebORLXWwBQ6Wt8dwMQ1XxRjk8dOap7V8uFYvZ78tWl
IrbwynY9JTaeOs6BVDdX+DsiYp9HYrVQY0V4Pl+cMwX20o6jXu1hInysJige/rFV
t1r2zqCGgf5OJMPIA2qIe8dvPO1BR7I5F9O2YzZKG0p1NLc2F8NrocN0Je2kYUTB
ym5RoTuoe11ddpK9SCfySz/RQCKYo7Cx7IsYV7OxrZIvaNeo0xRy6tskvLpxsWS0
UZM1VFuVlhZGCzDC3tga
=PUh2
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team