From: Ned Deily Date: Tue, 17 Mar 2015 11:34:46 +0000 (-0700) Subject: Issue #22585, #23115: make URandomFDTests test case actually run X-Git-Tag: v2.7.10rc1~122 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=596b751f978225d7384b8f7551643b9a0e1e899b;p=thirdparty%2FPython%2Fcpython.git Issue #22585, #23115: make URandomFDTests test case actually run --- diff --git a/Lib/test/test_os.py b/Lib/test/test_os.py index fae159d50636..ee6027b12024 100644 --- a/Lib/test/test_os.py +++ b/Lib/test/test_os.py @@ -918,6 +918,7 @@ def test_main(): MakedirTests, DevNullTests, URandomTests, + URandomFDTests, ExecvpeTests, Win32ErrorTests, TestInvalidFD,