|
11 | 11 | remote: -----> Using Python version specified in Pipfile.lock |
12 | 12 | remote: cp: cannot stat '/tmp/build_.*/requirements.txt': No such file or directory |
13 | 13 | remote: -----> Installing python-#{python_version} |
14 | | - remote: -----> Installing pip 21.3.1, setuptools 57.5.0 and wheel 0.37.0 |
| 14 | + remote: -----> Installing pip 22.0.4, setuptools 60.10.0 and wheel 0.37.1 |
15 | 15 | remote: -----> Installing dependencies with Pipenv 2020.11.15 |
16 | 16 | remote: Installing dependencies from Pipfile.lock \\(.*\\)... |
17 | 17 | remote: -----> Installing SQLite3 |
|
33 | 33 | remote: To use a different version, see: https://devcenter.heroku.com/articles/python-runtimes |
34 | 34 | remote: cp: cannot stat '/tmp/build_.*/requirements.txt': No such file or directory |
35 | 35 | remote: -----> Installing python-#{DEFAULT_PYTHON_VERSION} |
36 | | - remote: -----> Installing pip 21.3.1, setuptools 57.5.0 and wheel 0.37.0 |
| 36 | + remote: -----> Installing pip 22.0.4, setuptools 60.10.0 and wheel 0.37.1 |
37 | 37 | remote: -----> Installing dependencies with Pipenv 2020.11.15 |
38 | 38 | remote: Installing dependencies from Pipfile... |
39 | 39 | remote: -----> Installing SQLite3 |
|
53 | 53 | remote: To use a different version, see: https://devcenter.heroku.com/articles/python-runtimes |
54 | 54 | remote: cp: cannot stat '/tmp/build_.*/requirements.txt': No such file or directory |
55 | 55 | remote: -----> Installing python-#{DEFAULT_PYTHON_VERSION} |
56 | | - remote: -----> Installing pip 21.3.1, setuptools 57.5.0 and wheel 0.37.0 |
| 56 | + remote: -----> Installing pip 22.0.4, setuptools 60.10.0 and wheel 0.37.1 |
57 | 57 | remote: -----> Installing dependencies with Pipenv 2020.11.15 |
58 | 58 | remote: Installing dependencies from Pipfile.lock \\(aad8b1\\)... |
59 | 59 | remote: -----> Installing SQLite3 |
|
76 | 76 | remote: Learn More: https://devcenter.heroku.com/articles/python-2-7-eol-faq |
77 | 77 | remote: cp: cannot stat '/tmp/build_.*/requirements.txt': No such file or directory |
78 | 78 | remote: -----> Installing python-#{LATEST_PYTHON_2_7} |
79 | | - remote: -----> Installing pip 20.3.4, setuptools 44.1.1 and wheel 0.37.0 |
| 79 | + remote: -----> Installing pip 20.3.4, setuptools 44.1.1 and wheel 0.37.1 |
80 | 80 | remote: -----> Installing dependencies with Pipenv 2020.11.15 |
81 | 81 | remote: Installing dependencies from Pipfile.lock \\(b8efa9\\)... |
82 | 82 | remote: -----> Installing SQLite3 |
|
114 | 114 | context 'with a Pipfile.lock containing python_version 3.6' do |
115 | 115 | let(:app) { Hatchet::Runner.new('spec/fixtures/pipenv_python_3.6') } |
116 | 116 |
|
117 | | - include_examples 'builds using Pipenv with the requested Python version', LATEST_PYTHON_3_6 |
| 117 | + it 'builds with the latest Python 3.6' do |
| 118 | + app.deploy do |app| |
| 119 | + expect(clean_output(app.output)).to match(Regexp.new(<<~REGEX)) |
| 120 | + remote: -----> Python app detected |
| 121 | + remote: -----> Using Python version specified in Pipfile.lock |
| 122 | + remote: cp: cannot stat '/tmp/build_.*/requirements.txt': No such file or directory |
| 123 | + remote: -----> Installing python-#{LATEST_PYTHON_3_6} |
| 124 | + remote: -----> Installing pip 21.3.1, setuptools 59.6.0 and wheel 0.37.1 |
| 125 | + remote: -----> Installing dependencies with Pipenv 2020.11.15 |
| 126 | + remote: Installing dependencies from Pipfile.lock \\(.*\\)... |
| 127 | + remote: -----> Installing SQLite3 |
| 128 | + REGEX |
| 129 | + end |
| 130 | + end |
118 | 131 | end |
119 | 132 |
|
120 | 133 | context 'with a Pipfile.lock containing python_version 3.7' do |
|
153 | 166 | remote: Learn More: https://devcenter.heroku.com/articles/python-runtimes |
154 | 167 | remote: cp: cannot stat '/tmp/build_.*/requirements.txt': No such file or directory |
155 | 168 | remote: -----> Installing python-3.10.0 |
156 | | - remote: -----> Installing pip 21.3.1, setuptools 57.5.0 and wheel 0.37.0 |
| 169 | + remote: -----> Installing pip 22.0.4, setuptools 60.10.0 and wheel 0.37.1 |
157 | 170 | remote: -----> Installing dependencies with Pipenv 2020.11.15 |
158 | 171 | remote: Installing dependencies from Pipfile.lock \\(99d8c9\\)... |
159 | 172 | remote: -----> Installing SQLite3 |
|
203 | 216 | remote: -----> Using Python version specified in runtime.txt |
204 | 217 | remote: cp: cannot stat '/tmp/build_.*/requirements.txt': No such file or directory |
205 | 218 | remote: -----> Installing python-#{LATEST_PYTHON_3_10} |
206 | | - remote: -----> Installing pip 21.3.1, setuptools 57.5.0 and wheel 0.37.0 |
| 219 | + remote: -----> Installing pip 22.0.4, setuptools 60.10.0 and wheel 0.37.1 |
207 | 220 | remote: -----> Installing dependencies with Pipenv 2020.11.15 |
208 | 221 | remote: Installing dependencies from Pipfile.lock \\(75eae0\\)... |
209 | 222 | remote: -----> Installing SQLite3 |
|
221 | 234 | remote: -----> Python app detected |
222 | 235 | remote: -----> Using Python version specified in Pipfile.lock |
223 | 236 | remote: -----> Installing python-#{LATEST_PYTHON_3_10} |
224 | | - remote: -----> Installing pip 21.3.1, setuptools 57.5.0 and wheel 0.37.0 |
| 237 | + remote: -----> Installing pip 22.0.4, setuptools 60.10.0 and wheel 0.37.1 |
225 | 238 | remote: -----> Installing dependencies with Pipenv 2020.11.15 |
226 | 239 | remote: Installing dependencies from Pipfile.lock (2d32e8)... |
227 | 240 | remote: -----> Installing SQLite3 |
|
241 | 254 | remote: To use a different version, see: https://devcenter.heroku.com/articles/python-runtimes |
242 | 255 | remote: cp: cannot stat '/tmp/build_.*/requirements.txt': No such file or directory |
243 | 256 | remote: -----> Installing python-#{DEFAULT_PYTHON_VERSION} |
244 | | - remote: -----> Installing pip 21.3.1, setuptools 57.5.0 and wheel 0.37.0 |
| 257 | + remote: -----> Installing pip 22.0.4, setuptools 60.10.0 and wheel 0.37.1 |
245 | 258 | remote: -----> Installing dependencies with Pipenv 2020.11.15 |
246 | 259 | remote: Your Pipfile.lock \\(aad8b1\\) is out of date. Expected: \\(2d32e8\\). |
247 | 260 | remote: \\[DeployException\\]: .* |
|
0 commit comments