Skip to content

Commit

Permalink
remove parallel execution
Browse files Browse the repository at this point in the history
  • Loading branch information
petrkalos committed Jun 17, 2024
1 parent 4e3c330 commit 3f227b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ test:

integration-tests: upgrade-pip install-integration-tests
export PYTHONPATH=./backend:/./tests_new && \
python -m pytest -v -n 8 -ra tests_new/integration_tests/ \
python -m pytest -v -ra tests_new/integration_tests/ \
--junitxml=reports/integration_tests.xml

coverage: upgrade-pip install-backend install-cdkproxy install-tests
Expand Down
1 change: 0 additions & 1 deletion tests_new/integration_tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ pytest==7.3.1
pytest-cov==3.0.0
pytest-mock==3.6.1
pytest-dependency==0.5.1
pytest-xdist==3.6.1
requests==2.31.0
dataclasses-json==0.6.6
werkzeug==3.0.3

0 comments on commit 3f227b4

Please sign in to comment.