|
24 | 24 | expect(clean_output(app.output)).to include(<<~OUTPUT) |
25 | 25 | remote: -----> Python app detected |
26 | 26 | remote: -----> Using Python version specified in Pipfile.lock |
27 | | - remote: ! |
28 | | - remote: ! Requested runtime 'python-#{requested_version}' is not available for this stack (#{app.stack}). |
| 27 | + remote: |
| 28 | + remote: ! Error: Requested runtime 'python-#{requested_version}' is not available for this stack (#{app.stack}). |
29 | 29 | remote: ! |
30 | 30 | remote: ! For a list of the supported Python versions, see: |
31 | 31 | remote: ! https://devcenter.heroku.com/articles/python-support#supported-runtimes |
32 | | - remote: ! |
| 32 | + remote: |
33 | 33 | remote: ! Push rejected, failed to compile Python app. |
34 | 34 | OUTPUT |
35 | 35 | end |
|
125 | 125 | expect(clean_output(app.output)).to match(Regexp.new(<<~OUTPUT)) |
126 | 126 | remote: -----> Python app detected |
127 | 127 | remote: -----> Using Python version specified in Pipfile.lock |
| 128 | + remote: |
| 129 | + remote: ! Error: Python 3.6 is no longer supported. |
128 | 130 | remote: ! |
129 | 131 | remote: ! Python 3.6 reached upstream end-of-life on December 23rd, 2021, and is |
130 | 132 | remote: ! therefore no longer receiving security updates: |
|
136 | 138 | remote: ! |
137 | 139 | remote: ! For a list of the supported Python versions, see: |
138 | 140 | remote: ! https://devcenter.heroku.com/articles/python-support#supported-runtimes |
139 | | - remote: ! |
| 141 | + remote: |
140 | 142 | remote: ! Push rejected, failed to compile Python app. |
141 | 143 | OUTPUT |
142 | 144 | end |
|
151 | 153 | expect(clean_output(app.output)).to match(Regexp.new(<<~OUTPUT)) |
152 | 154 | remote: -----> Python app detected |
153 | 155 | remote: -----> Using Python version specified in Pipfile.lock |
| 156 | + remote: |
| 157 | + remote: ! Error: Python 3.7 is no longer supported. |
154 | 158 | remote: ! |
155 | 159 | remote: ! Python 3.7 reached upstream end-of-life on June 27th, 2023, and is |
156 | 160 | remote: ! therefore no longer receiving security updates: |
|
162 | 166 | remote: ! |
163 | 167 | remote: ! For a list of the supported Python versions, see: |
164 | 168 | remote: ! https://devcenter.heroku.com/articles/python-support#supported-runtimes |
165 | | - remote: ! |
| 169 | + remote: |
166 | 170 | remote: ! Push rejected, failed to compile Python app. |
167 | 171 | OUTPUT |
168 | 172 | end |
|
273 | 277 | expect(clean_output(app.output)).to include(<<~OUTPUT) |
274 | 278 | remote: -----> Python app detected |
275 | 279 | remote: -----> Using Python version specified in Pipfile.lock |
276 | | - remote: ! |
277 | | - remote: ! Requested runtime '^3.12' is not available for this stack (#{app.stack}). |
| 280 | + remote: |
| 281 | + remote: ! Error: Requested runtime '^3.12' is not available for this stack (#{app.stack}). |
278 | 282 | remote: ! |
279 | 283 | remote: ! For a list of the supported Python versions, see: |
280 | 284 | remote: ! https://devcenter.heroku.com/articles/python-support#supported-runtimes |
281 | | - remote: ! |
| 285 | + remote: |
282 | 286 | remote: ! Push rejected, failed to compile Python app. |
283 | 287 | OUTPUT |
284 | 288 | end |
|
293 | 297 | expect(clean_output(app.output)).to include(<<~OUTPUT) |
294 | 298 | remote: -----> Python app detected |
295 | 299 | remote: -----> Using Python version specified in Pipfile.lock |
296 | | - remote: ! |
297 | | - remote: ! Requested runtime 'python-X.Y.Z' is not available for this stack (#{app.stack}). |
| 300 | + remote: |
| 301 | + remote: ! Error: Requested runtime 'python-X.Y.Z' is not available for this stack (#{app.stack}). |
298 | 302 | remote: ! |
299 | 303 | remote: ! For a list of the supported Python versions, see: |
300 | 304 | remote: ! https://devcenter.heroku.com/articles/python-support#supported-runtimes |
301 | | - remote: ! |
| 305 | + remote: |
302 | 306 | remote: ! Push rejected, failed to compile Python app. |
303 | 307 | OUTPUT |
304 | 308 | end |
|
0 commit comments