Skip to content

Commit

Permalink
tests/e2e_tests: fix pytest dependency warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Cañuelo <[email protected]>
  • Loading branch information
r-c-n authored and JenySadadia committed Jan 23, 2024
1 parent d04cf2a commit c346f69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion run_e2e_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@

docker-compose -f test-docker-compose.yaml build
docker-compose -f test-docker-compose.yaml up -d api db redis storage ssh test
docker-compose -f test-docker-compose.yaml exec test pytest -v tests/e2e_tests
docker-compose -f test-docker-compose.yaml exec test pytest -v e2e_tests
docker-compose -f test-docker-compose.yaml down
1 change: 1 addition & 0 deletions test-docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ services:
volumes:
- './api:/home/kernelci/api'
- './tests:/home/kernelci/tests'
- './tests/e2e_tests:/home/kernelci/e2e_tests'
depends_on:
- api
env_file:
Expand Down

0 comments on commit c346f69

Please sign in to comment.