Describe the bug
The environment is not installing it's dependency when making the build, pytest is listed as dependency and it's not running.
To Reproduce
Steps to reproduce the behavior:
- run the container with
docker-compose up
- enter in the container bash with
docker-compose exec backend bash
- run
pytest
- it will not run because it's not installed
Expected behavior
pytest is listed in pyproject.toml so it expected to work out of the box when calling it inside the container.
Screenshots

Desktop (please complete the following information):
Additional context
run poetry install inside the container is a workaround to solve it.
Describe the bug
The environment is not installing it's dependency when making the build, pytest is listed as dependency and it's not running.
To Reproduce
Steps to reproduce the behavior:
docker-compose updocker-compose exec backend bashpytestExpected behavior
pytest is listed in pyproject.toml so it expected to work out of the box when calling it inside the container.
Screenshots

Desktop (please complete the following information):
Additional context
run
poetry installinside the container is a workaround to solve it.