bpo-37472: Remove Lib/test/outstanding_bugs.py (GH-14516)
This commit is contained in:
parent
8f4ef3b019
commit
e21b45a8e7
|
@ -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()
|
|
|
@ -0,0 +1 @@
|
||||||
|
Remove ``Lib/test/outstanding_bugs.py``.
|
|
@ -830,7 +830,6 @@
|
||||||
<Compile Include="test\mp_fork_bomb.py" />
|
<Compile Include="test\mp_fork_bomb.py" />
|
||||||
<Compile Include="test\mp_preload.py" />
|
<Compile Include="test\mp_preload.py" />
|
||||||
<Compile Include="test\multibytecodec_support.py" />
|
<Compile Include="test\multibytecodec_support.py" />
|
||||||
<Compile Include="test\outstanding_bugs.py" />
|
|
||||||
<Compile Include="test\pickletester.py" />
|
<Compile Include="test\pickletester.py" />
|
||||||
<Compile Include="test\profilee.py" />
|
<Compile Include="test\profilee.py" />
|
||||||
<Compile Include="test\pyclbr_input.py" />
|
<Compile Include="test\pyclbr_input.py" />
|
||||||
|
|
Loading…
Reference in New Issue