Skip to content

Commit be3dfb6

Browse files
committed
skip a few threading tests
1 parent d3d045e commit be3dfb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hypothesis-python/tests/cover/test_constants_ast.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ def test_frozenset_constants(value):
143143
assert set(constants_from_ast(tree)) == set(value)
144144

145145

146+
@skipif_threading
146147
@skipif_emscripten
147148
def test_constants_from_running_file(tmp_path):
148149
p = tmp_path / "my_constants.py"
@@ -220,6 +221,7 @@ def test_local_modules_ignores_test_modules(path):
220221
assert not is_local_module_file(path)
221222

222223

224+
@skipif_threading
223225
@pytest.mark.skipif(PYPY, reason="no memory error on pypy")
224226
def test_ignores_ast_parse_error(tmp_path):
225227
p = tmp_path / "errors_on_parse.py"

0 commit comments

Comments
 (0)