v01d commented on pull request #1647:
URL: https://github.com/apache/incubator-nuttx/pull/1647#issuecomment-680267009


   > BTW I'm changing the Pipfile back to having "*" for its dependencies; the 
Pipfile.lock will hold the specific version that is used to do the last build 
by someone. That way we can easily check that new versions are working ok, 
while locking CI and everyday usage to specific known-good versions.
   
   I really don't know much about pyenv, but what I would like to do is to 
ensure both CI and users building locally use the exact same versions. Sphinx 
recently fixed something that affected building the documentation. Also, I want 
to avoid any compatibility issues if any of the python packages change 
versions. We can always periodically update dependencies, but it is best to 
stick with known working versions. 
   If what you suggest still keeps this working (note that requirements.txt is 
used by CI), you can go ahead with this change.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to