Your message dated Wed, 26 Feb 2014 21:21:01 +0000
with message-id <e1wilux-0001a9...@franck.debian.org>
and subject line Bug#739890: fixed in python-mock 1.0.1-3
has caused the Debian Bug report #739890,
regarding some tests fail with python3.4
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.)


-- 
739890: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739890
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-mock
Version: 1.0.1-2
Severity: serious
Tags: sid jessie
User: debian-pyt...@lists.debian.org
Usertags: python3.4

the tests fail with python3.4:

======================================================================
ERROR: test_create_autopsec (tests.testcallable.TestCallable)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/buildd/python-mock-1.0.1/tests/testcallable.py", line 143, in
test_create_autopsec
    mock = create_autospec(X)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 2193, in create_autospec
    _check_signature(spec, mock, is_type, instance)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 213, in _check_signature
    _copy_func_details(func, checksig)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 221, in 
_copy_func_details
    funcopy.__module__ = func.__module__
AttributeError: 'wrapper_descriptor' object has no attribute '__module__'

======================================================================
ERROR: test_create_autospec_instance (tests.testcallable.TestCallable)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/buildd/python-mock-1.0.1/tests/testcallable.py", line 152, in
test_create_autospec_instance
    mock = create_autospec(SomeClass, instance=True)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 2193, in create_autospec
    _check_signature(spec, mock, is_type, instance)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 213, in _check_signature
    _copy_func_details(func, checksig)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 221, in 
_copy_func_details
    funcopy.__module__ = func.__module__
AttributeError: 'method-wrapper' object has no attribute '__module__'

======================================================================
ERROR: test_attributes (tests.testhelpers.SpecSignatureTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/buildd/python-mock-1.0.1/tests/testhelpers.py", line 451, in
test_attributes
    sub_mock = create_autospec(Sub)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 2193, in create_autospec
    _check_signature(spec, mock, is_type, instance)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 213, in _check_signature
    _copy_func_details(func, checksig)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 221, in 
_copy_func_details
    funcopy.__module__ = func.__module__
AttributeError: 'wrapper_descriptor' object has no attribute '__module__'

======================================================================
ERROR: test_autospec_functions_with_self_in_odd_place
(tests.testhelpers.SpecSignatureTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/buildd/python-mock-1.0.1/tests/testhelpers.py", line 832, in
test_autospec_functions_with_self_in_odd_place
    a = create_autospec(Foo)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 2193, in create_autospec
    _check_signature(spec, mock, is_type, instance)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 213, in _check_signature
    _copy_func_details(func, checksig)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 221, in 
_copy_func_details
    funcopy.__module__ = func.__module__
AttributeError: 'wrapper_descriptor' object has no attribute '__module__'

======================================================================
ERROR: test_autospec_property (tests.testhelpers.SpecSignatureTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/buildd/python-mock-1.0.1/tests/testhelpers.py", line 843, in
test_autospec_property
    foo = create_autospec(Foo)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 2193, in create_autospec
    _check_signature(spec, mock, is_type, instance)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 213, in _check_signature
    _copy_func_details(func, checksig)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 221, in 
_copy_func_details
    funcopy.__module__ = func.__module__
AttributeError: 'wrapper_descriptor' object has no attribute '__module__'

======================================================================
ERROR: test_autospec_reset_mock (tests.testhelpers.SpecSignatureTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/buildd/python-mock-1.0.1/tests/testhelpers.py", line 363, in
test_autospec_reset_mock
    m = create_autospec(int)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 2193, in create_autospec
    _check_signature(spec, mock, is_type, instance)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 213, in _check_signature
    _copy_func_details(func, checksig)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 221, in 
_copy_func_details
    funcopy.__module__ = func.__module__
AttributeError: 'wrapper_descriptor' object has no attribute '__module__'

======================================================================
ERROR: test_autospec_slots (tests.testhelpers.SpecSignatureTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/buildd/python-mock-1.0.1/tests/testhelpers.py", line 858, in
test_autospec_slots
    foo = create_autospec(Foo)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 2193, in create_autospec
    _check_signature(spec, mock, is_type, instance)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 213, in _check_signature
    _copy_func_details(func, checksig)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 221, in 
_copy_func_details
    funcopy.__module__ = func.__module__
AttributeError: 'wrapper_descriptor' object has no attribute '__module__'

======================================================================
ERROR: test_basic (tests.testhelpers.SpecSignatureTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/buildd/python-mock-1.0.1/tests/testhelpers.py", line 345, in
test_basic
    mock = create_autospec(spec)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 2193, in create_autospec
    _check_signature(spec, mock, is_type, instance)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 213, in _check_signature
    _copy_func_details(func, checksig)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 221, in 
_copy_func_details
    funcopy.__module__ = func.__module__
AttributeError: 'wrapper_descriptor' object has no attribute '__module__'

======================================================================
ERROR: test_builtin_functions_types (tests.testhelpers.SpecSignatureTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/buildd/python-mock-1.0.1/tests/testhelpers.py", line 467, in
test_builtin_functions_types
    mock = create_autospec(BuiltinSubclass)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 2193, in create_autospec
    _check_signature(spec, mock, is_type, instance)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 213, in _check_signature
    _copy_func_details(func, checksig)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 221, in 
_copy_func_details
    funcopy.__module__ = func.__module__
AttributeError: 'wrapper_descriptor' object has no attribute '__module__'

======================================================================
ERROR: test_builtins (tests.testhelpers.SpecSignatureTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/buildd/python-mock-1.0.1/tests/testhelpers.py", line 667, in
test_builtins
    create_autospec(int)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 2193, in create_autospec
    _check_signature(spec, mock, is_type, instance)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 213, in _check_signature
    _copy_func_details(func, checksig)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 221, in 
_copy_func_details
    funcopy.__module__ = func.__module__
AttributeError: 'wrapper_descriptor' object has no attribute '__module__'

======================================================================
ERROR: test_class_with_no_init (tests.testhelpers.SpecSignatureTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/buildd/python-mock-1.0.1/tests/testhelpers.py", line 759, in
test_class_with_no_init
    create_autospec(Foo)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 2193, in create_autospec
    _check_signature(spec, mock, is_type, instance)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 213, in _check_signature
    _copy_func_details(func, checksig)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 221, in 
_copy_func_details
    funcopy.__module__ = func.__module__
AttributeError: 'wrapper_descriptor' object has no attribute '__module__'

======================================================================
ERROR: test_create_autospec_keyword_arguments 
(tests.testhelpers.SpecSignatureTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/buildd/python-mock-1.0.1/tests/testhelpers.py", line 400, in
test_create_autospec_keyword_arguments
    m = create_autospec(Foo, a='3')
  File "/build/buildd/python-mock-1.0.1/mock.py", line 2193, in create_autospec
    _check_signature(spec, mock, is_type, instance)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 213, in _check_signature
    _copy_func_details(func, checksig)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 221, in 
_copy_func_details
    funcopy.__module__ = func.__module__
AttributeError: 'wrapper_descriptor' object has no attribute '__module__'

======================================================================
ERROR: test_create_autospec_none (tests.testhelpers.SpecSignatureTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/buildd/python-mock-1.0.1/tests/testhelpers.py", line 819, in
test_create_autospec_none
    mock = create_autospec(Foo)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 2193, in create_autospec
    _check_signature(spec, mock, is_type, instance)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 213, in _check_signature
    _copy_func_details(func, checksig)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 221, in 
_copy_func_details
    funcopy.__module__ = func.__module__
AttributeError: 'wrapper_descriptor' object has no attribute '__module__'

======================================================================
ERROR: test_create_autospec_return_value (tests.testhelpers.SpecSignatureTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/buildd/python-mock-1.0.1/tests/testhelpers.py", line 358, in
test_create_autospec_return_value
    mock = create_autospec(Foo, return_value='foo')
  File "/build/buildd/python-mock-1.0.1/mock.py", line 2193, in create_autospec
    _check_signature(spec, mock, is_type, instance)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 213, in _check_signature
    _copy_func_details(func, checksig)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 221, in 
_copy_func_details
    funcopy.__module__ = func.__module__
AttributeError: 'wrapper_descriptor' object has no attribute '__module__'

======================================================================
ERROR: test_descriptors (tests.testhelpers.SpecSignatureTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/buildd/python-mock-1.0.1/tests/testhelpers.py", line 550, in
test_descriptors
    mock = create_autospec(spec)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 2193, in create_autospec
    _check_signature(spec, mock, is_type, instance)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 213, in _check_signature
    _copy_func_details(func, checksig)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 221, in 
_copy_func_details
    funcopy.__module__ = func.__module__
AttributeError: 'wrapper_descriptor' object has no attribute '__module__'

======================================================================
ERROR: test_inherit (tests.testhelpers.SpecSignatureTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/buildd/python-mock-1.0.1/tests/testhelpers.py", line 646, in
test_inherit
    mock = create_autospec(Foo)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 2193, in create_autospec
    _check_signature(spec, mock, is_type, instance)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 213, in _check_signature
    _copy_func_details(func, checksig)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 221, in 
_copy_func_details
    funcopy.__module__ = func.__module__
AttributeError: 'wrapper_descriptor' object has no attribute '__module__'

======================================================================
ERROR: test_magic_methods (tests.testhelpers.SpecSignatureTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/buildd/python-mock-1.0.1/tests/testhelpers.py", line 512, in
test_magic_methods
    mock = create_autospec(BuiltinSubclass)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 2193, in create_autospec
    _check_signature(spec, mock, is_type, instance)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 213, in _check_signature
    _copy_func_details(func, checksig)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 221, in 
_copy_func_details
    funcopy.__module__ = func.__module__
AttributeError: 'wrapper_descriptor' object has no attribute '__module__'

======================================================================
ERROR: test_method_calls (tests.testhelpers.SpecSignatureTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/buildd/python-mock-1.0.1/tests/testhelpers.py", line 490, in
test_method_calls
    mock = create_autospec(Sub)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 2193, in create_autospec
    _check_signature(spec, mock, is_type, instance)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 213, in _check_signature
    _copy_func_details(func, checksig)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 221, in 
_copy_func_details
    funcopy.__module__ = func.__module__
AttributeError: 'wrapper_descriptor' object has no attribute '__module__'

======================================================================
ERROR: test_recursive (tests.testhelpers.SpecSignatureTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/buildd/python-mock-1.0.1/tests/testhelpers.py", line 588, in
test_recursive
    mock = create_autospec(A)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 2193, in create_autospec
    _check_signature(spec, mock, is_type, instance)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 213, in _check_signature
    _copy_func_details(func, checksig)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 221, in 
_copy_func_details
    funcopy.__module__ = func.__module__
AttributeError: 'wrapper_descriptor' object has no attribute '__module__'

======================================================================
ERROR: test_signature_class (tests.testhelpers.SpecSignatureTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/buildd/python-mock-1.0.1/tests/testhelpers.py", line 728, in
test_signature_class
    mock = create_autospec(Foo)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 2200, in create_autospec
    _name='()', _parent=mock)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 2193, in create_autospec
    _check_signature(spec, mock, is_type, instance)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 213, in _check_signature
    _copy_func_details(func, checksig)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 221, in 
_copy_func_details
    funcopy.__module__ = func.__module__
AttributeError: 'method-wrapper' object has no attribute '__module__'

======================================================================
ERROR: test_signature_noncallable (tests.testhelpers.SpecSignatureTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/buildd/python-mock-1.0.1/tests/testhelpers.py", line 803, in
test_signature_noncallable
    mock = create_autospec(NonCallable)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 2200, in create_autospec
    _name='()', _parent=mock)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 2193, in create_autospec
    _check_signature(spec, mock, is_type, instance)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 213, in _check_signature
    _copy_func_details(func, checksig)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 221, in 
_copy_func_details
    funcopy.__module__ = func.__module__
AttributeError: 'method-wrapper' object has no attribute '__module__'

======================================================================
ERROR: test_skip_attributeerrors (tests.testhelpers.SpecSignatureTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/buildd/python-mock-1.0.1/tests/testhelpers.py", line 713, in
test_skip_attributeerrors
    s = create_autospec(RaiserClass)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 2193, in create_autospec
    _check_signature(spec, mock, is_type, instance)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 213, in _check_signature
    _copy_func_details(func, checksig)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 221, in 
_copy_func_details
    funcopy.__module__ = func.__module__
AttributeError: 'wrapper_descriptor' object has no attribute '__module__'

======================================================================
ERROR: test_spec_as_list (tests.testhelpers.SpecSignatureTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/buildd/python-mock-1.0.1/tests/testhelpers.py", line 432, in
test_spec_as_list
    mock = create_autospec([])
  File "/build/buildd/python-mock-1.0.1/mock.py", line 2193, in create_autospec
    _check_signature(spec, mock, is_type, instance)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 213, in _check_signature
    _copy_func_details(func, checksig)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 221, in 
_copy_func_details
    funcopy.__module__ = func.__module__
AttributeError: 'wrapper_descriptor' object has no attribute '__module__'

======================================================================
ERROR: test_spec_inheritance_for_classes (tests.testhelpers.SpecSignatureTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/buildd/python-mock-1.0.1/tests/testhelpers.py", line 611, in
test_spec_inheritance_for_classes
    class_mock = create_autospec(Foo)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 2193, in create_autospec
    _check_signature(spec, mock, is_type, instance)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 213, in _check_signature
    _copy_func_details(func, checksig)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 221, in 
_copy_func_details
    funcopy.__module__ = func.__module__
AttributeError: 'wrapper_descriptor' object has no attribute '__module__'

======================================================================
ERROR: test_spec_set (tests.testhelpers.SpecSignatureTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/buildd/python-mock-1.0.1/tests/testhelpers.py", line 527, in
test_spec_set
    mock = create_autospec(spec, spec_set=True)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 2193, in create_autospec
    _check_signature(spec, mock, is_type, instance)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 213, in _check_signature
    _copy_func_details(func, checksig)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 221, in 
_copy_func_details
    funcopy.__module__ = func.__module__
AttributeError: 'wrapper_descriptor' object has no attribute '__module__'

======================================================================
ERROR: test_autospec (tests.testpatch.PatchTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/buildd/python-mock-1.0.1/tests/testpatch.py", line 936, in
test_autospec
    mock = test()
  File "/build/buildd/python-mock-1.0.1/mock.py", line 1193, in patched
    arg = patching.__enter__()
  File "/build/buildd/python-mock-1.0.1/mock.py", line 1349, in __enter__
    _name=self.attribute, **kwargs)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 2200, in create_autospec
    _name='()', _parent=mock)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 2193, in create_autospec
    _check_signature(spec, mock, is_type, instance)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 213, in _check_signature
    _copy_func_details(func, checksig)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 221, in 
_copy_func_details
    funcopy.__module__ = func.__module__
AttributeError: 'method-wrapper' object has no attribute '__module__'

======================================================================
ERROR: test_autospec_inherits (tests.testpatch.PatchTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/buildd/python-mock-1.0.1/tests/testpatch.py", line 1000, in
test_autospec_inherits
    mock = patcher.start()
  File "/build/buildd/python-mock-1.0.1/mock.py", line 1396, in start
    result = self.__enter__()
  File "/build/buildd/python-mock-1.0.1/mock.py", line 1349, in __enter__
    _name=self.attribute, **kwargs)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 2200, in create_autospec
    _name='()', _parent=mock)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 2193, in create_autospec
    _check_signature(spec, mock, is_type, instance)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 213, in _check_signature
    _copy_func_details(func, checksig)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 221, in 
_copy_func_details
    funcopy.__module__ = func.__module__
AttributeError: 'method-wrapper' object has no attribute '__module__'

======================================================================
ERROR: test_autospec_name (tests.testpatch.PatchTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/buildd/python-mock-1.0.1/tests/testpatch.py", line 1010, in
test_autospec_name
    mock = patcher.start()
  File "/build/buildd/python-mock-1.0.1/mock.py", line 1396, in start
    result = self.__enter__()
  File "/build/buildd/python-mock-1.0.1/mock.py", line 1349, in __enter__
    _name=self.attribute, **kwargs)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 2200, in create_autospec
    _name='()', _parent=mock)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 2193, in create_autospec
    _check_signature(spec, mock, is_type, instance)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 213, in _check_signature
    _copy_func_details(func, checksig)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 221, in 
_copy_func_details
    funcopy.__module__ = func.__module__
AttributeError: 'method-wrapper' object has no attribute '__module__'

======================================================================
ERROR: test_autospec_with_object (tests.testpatch.PatchTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/buildd/python-mock-1.0.1/tests/testpatch.py", line 989, in
test_autospec_with_object
    mock = patcher.start()
  File "/build/buildd/python-mock-1.0.1/mock.py", line 1396, in start
    result = self.__enter__()
  File "/build/buildd/python-mock-1.0.1/mock.py", line 1349, in __enter__
    _name=self.attribute, **kwargs)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 2200, in create_autospec
    _name='()', _parent=mock)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 2193, in create_autospec
    _check_signature(spec, mock, is_type, instance)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 213, in _check_signature
    _copy_func_details(func, checksig)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 221, in 
_copy_func_details
    funcopy.__module__ = func.__module__
AttributeError: 'method-wrapper' object has no attribute '__module__'

======================================================================
ERROR: test_mock_calls_with_patch (tests.testpatch.PatchTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/buildd/python-mock-1.0.1/tests/testpatch.py", line 1617, in
test_mock_calls_with_patch
    m = p.start()
  File "/build/buildd/python-mock-1.0.1/mock.py", line 1396, in start
    result = self.__enter__()
  File "/build/buildd/python-mock-1.0.1/mock.py", line 1349, in __enter__
    _name=self.attribute, **kwargs)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 2193, in create_autospec
    _check_signature(spec, mock, is_type, instance)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 213, in _check_signature
    _copy_func_details(func, checksig)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 221, in 
_copy_func_details
    funcopy.__module__ = func.__module__
AttributeError: 'wrapper_descriptor' object has no attribute '__module__'

======================================================================
ERROR: test_patch_nested_autospec_repr (tests.testpatch.PatchTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/buildd/python-mock-1.0.1/tests/testpatch.py", line 1607, in
test_patch_nested_autospec_repr
    repr(m.SomeClass.wibble()))
  File "/build/buildd/python-mock-1.0.1/mock.py", line 681, in __getattr__
    result.parent, result.name
  File "/build/buildd/python-mock-1.0.1/mock.py", line 2193, in create_autospec
    _check_signature(spec, mock, is_type, instance)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 213, in _check_signature
    _copy_func_details(func, checksig)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 221, in 
_copy_func_details
    funcopy.__module__ = func.__module__
AttributeError: 'wrapper_descriptor' object has no attribute '__module__'

======================================================================
ERROR: test_patch_with_spec_mock_repr (tests.testpatch.PatchTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/buildd/python-mock-1.0.1/tests/testpatch.py", line 1590, in
test_patch_with_spec_mock_repr
    m = p.start()
  File "/build/buildd/python-mock-1.0.1/mock.py", line 1396, in start
    result = self.__enter__()
  File "/build/buildd/python-mock-1.0.1/mock.py", line 1349, in __enter__
    _name=self.attribute, **kwargs)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 2193, in create_autospec
    _check_signature(spec, mock, is_type, instance)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 213, in _check_signature
    _copy_func_details(func, checksig)
  File "/build/buildd/python-mock-1.0.1/mock.py", line 221, in 
_copy_func_details
    funcopy.__module__ = func.__module__
AttributeError: 'wrapper_descriptor' object has no attribute '__module__'

----------------------------------------------------------------------
Ran 293 tests in 0.369s

FAILED (errors=32, skipped=9, expected failures=3)
make[1]: *** [override_dh_auto_test] Error 1

--- End Message ---
--- Begin Message ---
Source: python-mock
Source-Version: 1.0.1-3

We believe that the bug you reported is fixed in the latest version of
python-mock, 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 739...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Barry Warsaw <ba...@debian.org> (supplier of updated python-mock 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 26 Feb 2014 15:39:36 -0500
Source: python-mock
Binary: python-mock python3-mock python-mock-doc
Architecture: source all
Version: 1.0.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Barry Warsaw <ba...@debian.org>
Description: 
 python-mock - Mocking and Testing Library
 python-mock-doc - Mocking and Testing Library (Documentation)
 python3-mock - Mocking and Testing Library (Python3 version)
Closes: 739890
Changes: 
 python-mock (1.0.1-3) unstable; urgency=medium
 .
   * Team upload.
   * d/patches/python3.4_compat.patch: Fix FTBFS with Python 3.4.
     (Closes: #739890) (LP: #1283742)
   * d/control: Bump Standards-Version with no other changes necessary.
Checksums-Sha1: 
 5ce82cf846824444fc68b8207fced21fa82fb603 2289 python-mock_1.0.1-3.dsc
 ba2b1d5f84448497e14e25922c5e3293f0a91c7e 818644 python-mock_1.0.1.orig.tar.gz
 a7e389667b1e8f7bbe6d77baffc0c4646725b99b 4612 python-mock_1.0.1-3.debian.tar.xz
 c574b5b955988ca49ccad33a4f9080e86ce6ee3b 33190 python-mock_1.0.1-3_all.deb
 3d414c26208abc2810451e9bcb62a9a28f23b48f 33246 python3-mock_1.0.1-3_all.deb
 561fc2703a9acf9aa89e7ec6ea35cc0834f3f39a 114422 python-mock-doc_1.0.1-3_all.deb
Checksums-Sha256: 
 3355b6938067efc4e54d75dc2bba61381b590cbfe843c1721fd3c6859c0bacf4 2289 
python-mock_1.0.1-3.dsc
 b839dd2d9c117c701430c149956918a423a9863b48b09c90e30a6013e7d2f44f 818644 
python-mock_1.0.1.orig.tar.gz
 7dede852ede16af28bbd8d15e3d0031375d424b84bb914d8eae1ae21c5a51f21 4612 
python-mock_1.0.1-3.debian.tar.xz
 c7b7c2c49645ba52b59c302148d9daf67f24183060eeb02c92d9618855641b2a 33190 
python-mock_1.0.1-3_all.deb
 f0c6d9b6a72603aa390e7cd27d8863a7dfd7b63cf2707b6fecc9eebe39a67ecd 33246 
python3-mock_1.0.1-3_all.deb
 02f7e8c49750af2792ada2ee037cddc51acbb6faf2ab4db0166b8a524ef48ded 114422 
python-mock-doc_1.0.1-3_all.deb
Files: 
 d34eabbd4c5c0daadf0d91d236069af3 2289 python extra python-mock_1.0.1-3.dsc
 c3971991738caa55ec7c356bbc154ee2 818644 python extra 
python-mock_1.0.1.orig.tar.gz
 e91f1acc78a8b43d5395ab5ae3e39675 4612 python extra 
python-mock_1.0.1-3.debian.tar.xz
 4b8355a93b9ef9b9f0bf0241695c8853 33190 python extra python-mock_1.0.1-3_all.deb
 2adc14a19cf6bb1cc10dede188d8d777 33246 python extra 
python3-mock_1.0.1-3_all.deb
 0c7dedb2773a7d60ca7f7d9397847d14 114422 doc extra 
python-mock-doc_1.0.1-3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJTDlKaAAoJEBJutWOnSwa/DhoQALOUNc2nVTQFejsDonD7dO9Y
6uFql3Z9Apb3Tn1HcJf0zm0McaotMgglBUPzUNpiave/stW4fbRW1h2RpbnMY6ru
7wKHFBUDUSUds+1eBSFkGUozp0mav72HjDOmdOd2am7JOUwx5NJv2sBvMxQdBIlf
amMdijkxOFOizHdOduyhA4EU1WZoA/X2e7xKWc9OlkVtAawWrMCouJS/gikSid+/
CAa6t1FNiPPoDGbgZupBOvNEVyVJngSjjr2imj9HUHou65liggyHqGzyRwnqRmfr
iCUv/2g1kK01EDMk36C9wVRTAd2UVxmKnlErCc/4imL3u4G3tp2r+N5D53wrzdAG
efVSw18+IkOxGuNde9Tf9i6mGkYIlVi/xuRobUCxz1PmZf3KNBGLfv3dwzI2+e4T
TsAN4byNMPsMB6ZpnWE4U8h2ZypfktBIrGYAa5wkgqz9bTtcZG1LwgLpdargf21k
NWWPFWOnMWAgLFhQJ9XlR0d1bRz3oBDWW93lQI6Gqze8RahA+PghBsQ2vdfpLZ3j
twkQh9q9pKvmoQY2z4f3sPNxYF+kegZWhgDpOyq5NXiq5Bm2Jx398Kw32j7YExyq
4GXYpn1q7n4eITMvLvEB3bF/3qYNy/DeYLEka1lLtm2mfYGPJQ1jfudge+jH0YNr
Cahykvzg6A+gKW0XabQP
=CWHj
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to