0
deps에서 deps 전에 명령을 실행하는 방법이 있습니까? 다음은 내가 원하는 것의 개요입니다.deps in tox 앞에있는 명령
[testenv:local_code]
commands =
bash -c "if [ -d "{toxinidir}/tools" ]; then \
git clone git+ssh://[email protected]/tools.git {toxinidir}/tools; \
fi"
deps =
--editable=file:///{toxinidir}/tools
불행하게도, deps는 명령하기 전에 실행됩니다 (직관적으로 이유를 이해합니다). 아무도 방법을 알고 있는지 궁금 해서요