Skip to content

Commit 5019fa8

Browse files
Ensure gc fixture is used in custreamz test (#18915)
This fixes the issue @mroeschke spotted in #18887 (comment), where this fixture wasn't actually being used. Authors: - Tom Augspurger (https://github.com/TomAugspurger) Approvers: - Matthew Roeschke (https://github.com/mroeschke) URL: #18915
1 parent 87e52d1 commit 5019fa8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/custreamz/custreamz/tests/test_dataframes.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ def disable_distributed_gc_diagnosis():
3535
distributed.gc.enable_gc_diagnosis()
3636

3737

38+
pytestmark = pytest.mark.usefixtures("disable_distributed_gc_diagnosis")
39+
40+
3841
@pytest.fixture(scope="module")
3942
def client():
4043
client = Client(processes=False, asynchronous=False)

0 commit comments

Comments
 (0)