]> granicus.if.org Git - python/commit
Fix test_os.GetRandomTests()
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 7 Sep 2016 02:57:40 +0000 (19:57 -0700)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 7 Sep 2016 02:57:40 +0000 (19:57 -0700)
commit173a1f3dc7a8b43b49e3ef483714c1d51b60d868
tree1074ffe386d11407d4abeed25e7ca29c389268c2
parent6cebd48425ad9a3b325d9907c9a37cae04a788b9
Fix test_os.GetRandomTests()

Issue #27778: Skip getrandom() tests if getrandom() fails with ENOSYS.
Lib/test/test_os.py