Skip to content

Commit 4094c5b

Browse files
arihant2mathyouknowone
authored andcommitted
minor mark
1 parent 4ae2936 commit 4094c5b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_os.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1980,7 +1980,6 @@ def get_urandom_subprocess(self, count):
19801980
self.assertEqual(len(stdout), count)
19811981
return stdout
19821982

1983-
@unittest.expectedFailureIfWindows("TODO: RUSTPYTHON (ModuleNotFoundError: No module named 'os'")
19841983
def test_urandom_subprocess(self):
19851984
data1 = self.get_urandom_subprocess(16)
19861985
data2 = self.get_urandom_subprocess(16)

0 commit comments

Comments
 (0)