-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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.
Desktop (please complete the following information):
- OS: Linux Mint 20
Additional context
run poetry install inside the container is a workaround to solve it.
Metadata
Metadata
Assignees
Labels
No labels
