Skip to content

Commit

Permalink
sauron: remove code for testing on ci/test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ca-ruz committed Oct 24, 2024
1 parent bca8dc8 commit c323fce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .ci/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,14 +241,13 @@ def run_one(p: Plugin, workflow: str) -> bool:

logging.info(f"Virtualenv at {vpath}")

num_workers = 1 if p.name == "sauron" else 5
cmd = [
str(pytest_path),
"-vvv",
"--timeout=600",
"--timeout-method=thread",
"--color=yes",
f"-n={num_workers}",
"-n=5",
]

logging.info(f"Running `{' '.join(cmd)}` in directory {p.path.resolve()}")
Expand Down

0 comments on commit c323fce

Please sign in to comment.