Skip to content

Commit

Permalink
ChildWatcherTestCase: Remove obsolete test which uses spawn returnpid
Browse files Browse the repository at this point in the history
This test was added for bug 649588 when there was still an
internal event loop implementation for python2. It is no
longer relevant and uses the deprecated spawn returnpid
parameter, so remove it.

Bug: https://bugs.gentoo.org/916566
Signed-off-by: Zac Medico <zmedico@gentoo.org>
  • Loading branch information
zmedico committed Feb 5, 2024
1 parent 1439144 commit e48c169
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 51 deletions.
1 change: 0 additions & 1 deletion lib/portage/tests/util/futures/asyncio/meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
py.install_sources(
[
'test_child_watcher.py',
'test_event_loop_in_fork.py',
'test_pipe_closed.py',
'test_policy_wrapper_recursion.py',
Expand Down
50 changes: 0 additions & 50 deletions lib/portage/tests/util/futures/asyncio/test_child_watcher.py

This file was deleted.

0 comments on commit e48c169

Please sign in to comment.