We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5417ad5 commit d4eb749Copy full SHA for d4eb749
.github/workflows/_tests.yaml
@@ -21,3 +21,4 @@ jobs:
21
python_version_for_codecov: "3.14"
22
operating_system_for_codecov: ubuntu-latest
23
tests_concurrency: "8"
24
+ run_tests_command: "uv run pytest --numprocesses=1 -m 'run_alone' --ignore=tests/unit/crawlers/_playwright --ignore=tests/unit/crawlers/_adaptive_playwright --ignore=tests/unit/browsers tests/unit && uv run pytest --numprocesses=${TESTS_CONCURRENCY:-auto} -m 'not run_alone' --ignore=tests/unit/crawlers/_playwright --ignore=tests/unit/crawlers/_adaptive_playwright --ignore=tests/unit/browsers tests/unit"
0 commit comments