[issue36905] test_typing.GetTypeHintTests.test_get_type_hints_modules_forwardref unexpected success while running whole test suite sequentially

Karthikeyan Singaravelan report at bugs.python.org
Mon May 13 11:52:02 EDT 2019


New submission from Karthikeyan Singaravelan <tir.karthi at gmail.com>:

This happens only while running the tests sequentially and also with whole test suite. This error is present in optional GCC build consistently as below : 

https://travis-ci.org/python/cpython/jobs/531845094#L2103

Running whole test suite sequentially in verbose mode brings below message locally : 

test_get_type_hints_modules_forwardref (test.test_typing.GetTypeHintTests) ... unexpected success

I am not sure of the relation in running this sequentially along with the whole test suite. Feel free to close this if this is a false positive.

----------
components: Tests
messages: 342348
nosy: levkivskyi, xtreak
priority: normal
severity: normal
status: open
title: test_typing.GetTypeHintTests.test_get_type_hints_modules_forwardref unexpected success while running whole test suite sequentially
type: behavior
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36905>
_______________________________________


More information about the Python-bugs-list mailing list