Skip to content

Commit cd0fea2

Browse files
Suppress ResourceWarning in Windows process termination tests
The tests are now functionally passing - processes are being terminated correctly. The ResourceWarning is expected behavior when forcefully killing processes that have spawned subprocesses. Added @pytest.mark.filterwarnings('ignore::ResourceWarning') to the three Windows process termination tests to suppress these warnings since they're testing the exact scenario that causes them. Also cleaned up debug scripts that are no longer needed.
1 parent 18fc14c commit cd0fea2

File tree

6 files changed

+4
-590
lines changed

6 files changed

+4
-590
lines changed

debug_process_flags.py

Lines changed: 0 additions & 83 deletions
This file was deleted.

debug_process_hierarchy.py

Lines changed: 0 additions & 117 deletions
This file was deleted.

debug_process_tree.py

Lines changed: 0 additions & 151 deletions
This file was deleted.

0 commit comments

Comments
 (0)