This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author david-cpi
Recipients david-cpi, vstinner, xiang.zhang
Date 2017-05-02.12:23:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493727800.79.0.752475861687.issue30212@psf.upfronthosting.co.za>
In-reply-to
Content
Hello Victor,

in 3.6.1 the test passes but it's because on sub-test was removed.

The one generating the issue is NetworkedBIOTests which is not found in 3.6.1.

in 3.5.2:
    if support.is_resource_enabled('network'):
        tests.append(NetworkedTests)
        tests.append(NetworkedBIOTests)
in 3.6.1
    if support.is_resource_enabled('network'):
        tests.append(NetworkedTests)
History
Date User Action Args
2017-05-02 12:23:20david-cpisetrecipients: + david-cpi, vstinner, xiang.zhang
2017-05-02 12:23:20david-cpisetmessageid: <1493727800.79.0.752475861687.issue30212@psf.upfronthosting.co.za>
2017-05-02 12:23:20david-cpilinkissue30212 messages
2017-05-02 12:23:20david-cpicreate