@@ -9,33 +9,11 @@ class WithProcessesTestCondition(WithProcessesTestCondition): # TODO: RUSTPYTHO
99 def test_notify (self ): super ().test_notify ()
1010
1111class WithProcessesTestLock (WithProcessesTestLock ): # TODO: RUSTPYTHON
12- @unittest .skipIf ( # TODO: RUSTPYTHON
13- sys .platform in ('darwin' , 'linux' ) and 'RUSTPYTHON_SKIP_ENV_POLLUTERS' in os .environ , # TODO: RUSTPYTHON
14- 'TODO: RUSTPYTHON environment pollution when running rustpython -m test --fail-env-changed due to unknown reason'
15- ) # TODO: RUSTPYTHON
16- def test_repr_lock (self ): super ().test_repr_lock () # TODO: RUSTPYTHON
1712 @unittest .skipIf ( # TODO: RUSTPYTHON
1813 sys .platform == 'linux' , # TODO: RUSTPYTHON
1914 'TODO: RUSTPYTHON flaky BrokenPipeError, flaky ConnectionRefusedError, flaky ConnectionResetError, flaky EOFError'
2015 ) # TODO: RUSTPYTHON
2116 def test_repr_rlock (self ): super ().test_repr_rlock () # TODO: RUSTPYTHON
2217
23- class WithProcessesTestPool (WithProcessesTestPool ): # TODO: RUSTPYTHON
24- @unittest .skipIf ( # TODO: RUSTPYTHON
25- sys .platform in ('darwin' , 'linux' ) and 'RUSTPYTHON_SKIP_ENV_POLLUTERS' in os .environ , # TODO: RUSTPYTHON
26- 'TODO: RUSTPYTHON environment pollution when running rustpython -m test --fail-env-changed due to unknown reason'
27- ) # TODO: RUSTPYTHON
28- def test_async_timeout (self ): super ().test_async_timeout () # TODO: RUSTPYTHON
29- @unittest .skipIf ( # TODO: RUSTPYTHON
30- sys .platform in ('darwin' , 'linux' ) and 'RUSTPYTHON_SKIP_ENV_POLLUTERS' in os .environ , # TODO: RUSTPYTHON
31- 'TODO: RUSTPYTHON environment pollution when running rustpython -m test --fail-env-changed due to unknown reason'
32- ) # TODO: RUSTPYTHON
33- def test_terminate (self ): super ().test_terminate () # TODO: RUSTPYTHON
34- @unittest .skipIf ( # TODO: RUSTPYTHON
35- sys .platform in ('darwin' , 'linux' ) and 'RUSTPYTHON_SKIP_ENV_POLLUTERS' in os .environ , # TODO: RUSTPYTHON
36- 'TODO: RUSTPYTHON environment pollution when running rustpython -m test --fail-env-changed due to unknown reason'
37- ) # TODO: RUSTPYTHON
38- def test_traceback (self ): super ().test_traceback () # TODO: RUSTPYTHON
39-
4018if __name__ == '__main__' :
4119 unittest .main ()
0 commit comments