bpo-37472: Remove Lib/test/outstanding_bugs.py (GH-14516)

This commit is contained in:
Victor Stinner 2019-07-01 18:35:07 +02:00 committed by GitHub
parent 8f4ef3b019
commit e21b45a8e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 19 deletions

View file

@ -1,18 +0,0 @@
#
# This file is for everybody to add tests for bugs that aren't
# fixed yet. Please add a test case and appropriate bug description.
#
# When you fix one of the bugs, please move the test to the correct
# test_ module.
#
import unittest
from test import support
#
# No test cases for outstanding bugs at the moment.
#
if __name__ == "__main__":
unittest.main()

View file

@ -0,0 +1 @@
Remove ``Lib/test/outstanding_bugs.py``.

View file

@ -830,7 +830,6 @@
<Compile Include="test\mp_fork_bomb.py" />
<Compile Include="test\mp_preload.py" />
<Compile Include="test\multibytecodec_support.py" />
<Compile Include="test\outstanding_bugs.py" />
<Compile Include="test\pickletester.py" />
<Compile Include="test\profilee.py" />
<Compile Include="test\pyclbr_input.py" />