MobileTeleSystems/onetl

pytest: command not found

Capas0 opened this issue · 3 comments

I followed the instructions provided in the README file to run the tests. When attempting to execute docker-compose run --rm onetl ./run_tests.sh, I receive the following error message: "/app/pytest_runner.sh: line 15: pytest: command not found"

I also noticed that running the command docker-compose run --rm onetl bash -c 'pip freeze | wc -l' outputs 0. This indicates that there are no pip packages installed within the container.

However, if I remove the volume specified in the docker-compose.yml file, the pip packages become visible within the container, but the onetl files are no longer accessible.

I would appreciate any assistance or guidance in resolving this issue. Thank you!

Hi.

Should be fixed in #38

Please check

Problem solved. Thank you!