Skip to content

Commit

Permalink
test_: run tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarbu15 committed Jan 29, 2025
1 parent ea9ebf8 commit 13e5aa6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-reliability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: cd tests-functional; docker compose -f docker-compose.anvil.yml -f docker-compose.test.status-go.yml -f docker-compose.status-go.local.yml up --build --remove-orphans -d

- name: Run tests
run: pytest -m "reliability" -c tests-functional/pytest.ini --junit-xml=pytest_results.xml --tb=short
run: pytest -n auto -m "reliability" -c tests-functional/pytest.ini --junit-xml=pytest_results.xml --tb=short

- name: Test Report
if: always()
Expand Down
17 changes: 8 additions & 9 deletions tests-functional/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
deepdiff==5.5.0
deepdiff~=5.5.0
jsonschema~=3.2.0
pytest==6.2.4
requests==2.31.0
pytest~=7.0.0
requests~=2.31.0
genson~=1.2.2
websocket-client~=1.4.2
tenacity~=9.0.0
pytest-dependency~=0.6.0
docker==7.1.0
pyright==1.1.388
black==24.10.0
pre-commit==3.6.2
allure-pytest==2.13.5
allure-python-commons==2.13.5
docker~=7.1.0
pyright~=1.1.388
black~=24.10.0
pre-commit~=3.6.2
pytest-xdist~=3.6.1

0 comments on commit 13e5aa6

Please sign in to comment.