Move most of min_requirements.py
to the framework
#86
Labels
size-s
Estimated task size: small (~2d)
min_requirements.py
to the framework
#86
We want to keep
scripts/min_requirements.py
in each branch (3.6 and development), as that's the entry point that the CI is calling. But we want to move most of its code to the framework, as a module that can be imported. So, the end result would probably havescripts/min_requirements.py
in each branch looking likeand then the current body of
scripts/min_requirements.py
would be moved to the framework repo, inscripts/mbedtls_framework
(as a non-executable file).In terms of history, we probably want to first completely move
min_requirements.py
to the framework (so that its full history is present there) and then add back the new stub in 3.6 and development.The text was updated successfully, but these errors were encountered: