mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Remove expectedFailure decorator on success test
Signed-off-by: snowapril <sinjihng@gmail.com>
This commit is contained in:
5
Lib/test/test_random.py
vendored
5
Lib/test/test_random.py
vendored
@@ -457,11 +457,6 @@ else:
|
||||
class SystemRandom_TestBasicOps(TestBasicOps, unittest.TestCase):
|
||||
gen = random.SystemRandom()
|
||||
|
||||
# TODO: RUSTPYTHON, OverflowError: Python int too large to convert to Rust usize
|
||||
@unittest.expectedFailure
|
||||
def test_randbytes(self): # TODO: RUSTPYTHON, remove when this passes
|
||||
super().test_randbytes() # TODO: RUSTPYTHON, remove when this passes
|
||||
|
||||
def test_autoseed(self):
|
||||
# Doesn't need to do anything except not fail
|
||||
self.gen.seed()
|
||||
|
||||
Reference in New Issue
Block a user