We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb3f6f commit 0ed2bc2Copy full SHA for 0ed2bc2
graphql/execution/tests/test_dataloader.py
@@ -68,7 +68,7 @@ class Context(object):
68
69
@pytest.mark.parametrize("executor", [
70
SyncExecutor(),
71
- ThreadExecutor(),
+ # ThreadExecutor(), # Fails on pypy :O
72
])
73
def test_batches_multiple_together(executor):
74
0 commit comments