Skip to content

Commit 1ada0bb

Browse files
committed
chore: update tests
1 parent 746cfd0 commit 1ada0bb

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,4 @@ ban-relative-imports = "all"
315315

316316
[tool.pytest.ini_options]
317317
verbosity_assertions = 3
318-
markers = [
319-
"flaky(condition, reruns, only_rerun): mark test as flaky and rerun when configured",
320-
]
321318
filterwarnings = ["always", "error"]

tests/concurrent/test_subinterpreters.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -322,12 +322,6 @@ def test_import_in_subinterpreter_before_main():
322322
)
323323

324324

325-
# @pytest.mark.xfail(reason='Deadlock or timeout may occur due to GIL issues', strict=False)
326-
# @pytest.mark.flaky(condition=Py_GIL_DISABLED, reruns=5, only_rerun='TimeoutExpired')
327-
# @pytest.mark.skipif(
328-
# platform.machine().lower() not in ('x86_64', 'amd64'),
329-
# reason='Only run on x86_64 and AMD64 architectures',
330-
# )
331325
def test_import_in_subinterpreters_concurrently():
332326
check_script_in_subprocess(
333327
f"""

0 commit comments

Comments
 (0)