Skip to content

Commit

Permalink
test_refcount_errors requires subprocess
Browse files Browse the repository at this point in the history
  • Loading branch information
ned-deily committed Mar 28, 2024
1 parent aa65dc2 commit 61e51ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/test/test_gc.py
Original file line number Diff line number Diff line change
Expand Up @@ -1223,6 +1223,7 @@ def test_collect_garbage(self):
self.assertEqual(len(gc.garbage), 0)


@requires_subprocess()
@unittest.skipIf(BUILD_WITH_NDEBUG,
'built with -NDEBUG')
def test_refcount_errors(self):
Expand Down

0 comments on commit 61e51ff

Please sign in to comment.