You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if the cache was discarded due to a reason other than the requirements.txt file changing and the app uses pip + has a requirements.txt file, then the No change in requirements detected, installing from cache message is shown here incorrectly:
Currently if the cache was discarded due to a reason other than the
requirements.txt
file changing and the app uses pip + has arequirements.txt
file, then theNo change in requirements detected, installing from cache
message is shown here incorrectly:heroku-buildpack-python/bin/steps/python
Line 106 in dba9b86
This can be seen in the TODOs in these tests:
heroku-buildpack-python/spec/hatchet/python_version_spec.rb
Lines 418 to 423 in dba9b86
heroku-buildpack-python/spec/hatchet/stack_spec.rb
Lines 22 to 34 in dba9b86
The text was updated successfully, but these errors were encountered: