mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
gh-129158: Fix unwanted trailing whitespace in test_asyncio.test_subprocess (#129181)
This commit is contained in:
parent
8e20e42cc6
commit
2ed5ee9a50
1 changed files with 1 additions and 1 deletions
|
@ -905,7 +905,7 @@ if sys.platform != 'win32':
|
|||
# Force the use of the threaded child watcher
|
||||
unix_events.can_use_pidfd = mock.Mock(return_value=False)
|
||||
super().setUp()
|
||||
|
||||
|
||||
def tearDown(self):
|
||||
unix_events.can_use_pidfd = self._original_can_use_pidfd
|
||||
return super().tearDown()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue