From: Ned Deily Date: Tue, 17 Mar 2015 11:30:08 +0000 (-0700) Subject: Issue #22585: make URandomFDTests test case actually run X-Git-Tag: v3.5.0a3~162^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ab6b9f8a5b033abaa5a8c19ddc19ab402851c0d7;p=thirdparty%2FPython%2Fcpython.git Issue #22585: make URandomFDTests test case actually run --- diff --git a/Lib/test/test_os.py b/Lib/test/test_os.py index 3dc96a3fcee1..31f2cc36e6a9 100644 --- a/Lib/test/test_os.py +++ b/Lib/test/test_os.py @@ -2567,6 +2567,7 @@ def test_main(): MakedirTests, DevNullTests, URandomTests, + URandomFDTests, ExecTests, Win32ErrorTests, TestInvalidFD,