From e21b45a8e71d06a6a03f99261cab33e72b896bb9 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Mon, 1 Jul 2019 18:35:07 +0200 Subject: [PATCH] bpo-37472: Remove Lib/test/outstanding_bugs.py (GH-14516) --- Lib/test/outstanding_bugs.py | 18 ------------------ .../2019-07-01-17-19-47.bpo-37472.WzkEAx.rst | 1 + PCbuild/lib.pyproj | 1 - 3 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 Lib/test/outstanding_bugs.py create mode 100644 Misc/NEWS.d/next/Tests/2019-07-01-17-19-47.bpo-37472.WzkEAx.rst diff --git a/Lib/test/outstanding_bugs.py b/Lib/test/outstanding_bugs.py deleted file mode 100644 index 7e527a67064..00000000000 --- a/Lib/test/outstanding_bugs.py +++ /dev/null @@ -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() diff --git a/Misc/NEWS.d/next/Tests/2019-07-01-17-19-47.bpo-37472.WzkEAx.rst b/Misc/NEWS.d/next/Tests/2019-07-01-17-19-47.bpo-37472.WzkEAx.rst new file mode 100644 index 00000000000..f62b5d54867 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2019-07-01-17-19-47.bpo-37472.WzkEAx.rst @@ -0,0 +1 @@ +Remove ``Lib/test/outstanding_bugs.py``. diff --git a/PCbuild/lib.pyproj b/PCbuild/lib.pyproj index 683335e0448..0ddeef3eaa3 100644 --- a/PCbuild/lib.pyproj +++ b/PCbuild/lib.pyproj @@ -830,7 +830,6 @@ -