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 ZackerySpytz
Recipients ZackerySpytz, levkivskyi, miss-islington, plokmijnuhby
Date 2019-09-14.06:18:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568441906.71.0.992325859381.issue37953@roundup.psfhosted.org>
In-reply-to
Content
There are deprecation warnings in test_typing.

./python -m test test_typing
Run tests sequentially
0:00:00 load avg: 0.16 [1/1] test_typing
/home/lubuntu2/cpython/Lib/test/test_typing.py:2382: DeprecationWarning: Please use assertEqual instead.
  self.assertEquals(Union[c1, c1_gth], Union[c1])
/home/lubuntu2/cpython/Lib/test/test_typing.py:2383: DeprecationWarning: Please use assertEqual instead.
  self.assertEquals(Union[c1, c1_gth, int], Union[c1, int])

== Tests result: SUCCESS ==

1 test OK.

Total duration: 215 ms
Tests result: SUCCESS


I've created PR 16133 to fix them.
History
Date User Action Args
2019-09-14 06:18:26ZackerySpytzsetrecipients: + ZackerySpytz, levkivskyi, miss-islington, plokmijnuhby
2019-09-14 06:18:26ZackerySpytzsetmessageid: <1568441906.71.0.992325859381.issue37953@roundup.psfhosted.org>
2019-09-14 06:18:26ZackerySpytzlinkissue37953 messages
2019-09-14 06:18:26ZackerySpytzcreate