Skip to content

Commit e444aa4

Browse files
committed
Decrease python test concurrency to 1
1 parent 6c02465 commit e444aa4

File tree

3 files changed

+1
-71
lines changed

3 files changed

+1
-71
lines changed

.changeset/friendly-brooms-cry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/pr.yml

Lines changed: 0 additions & 65 deletions
This file was deleted.

python/pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ markers =
44
skip_debug: skip test if E2B_DEBUG is set.
55
asyncio_mode=auto
66

7-
addopts = "--import-mode=importlib" "--numprocesses=2"
7+
addopts = "--import-mode=importlib" "--numprocesses=1"

0 commit comments

Comments
 (0)