|
22 | 22 | remote: -----> No Python version was specified. Using the buildpack default: python-#{DEFAULT_PYTHON_VERSION}
|
23 | 23 | remote: To use a different version, see: https://devcenter.heroku.com/articles/python-runtimes
|
24 | 24 | remote: -----> Installing python-#{DEFAULT_PYTHON_VERSION}
|
25 |
| - remote: -----> Installing pip 20.2.4, setuptools 47.1.1 and wheel 0.36.2 |
| 25 | + remote: -----> Installing pip 20.2.4, setuptools 57.5.0 and wheel 0.37.0 |
26 | 26 | remote: -----> Installing SQLite3
|
27 | 27 | remote: -----> Installing requirements with pip
|
28 | 28 | remote: Collecting urllib3
|
|
38 | 38 | remote: To use a different version, see: https://devcenter.heroku.com/articles/python-runtimes
|
39 | 39 | remote: -----> No change in requirements detected, installing from cache
|
40 | 40 | remote: -----> Using cached install of python-#{DEFAULT_PYTHON_VERSION}
|
41 |
| - remote: -----> Installing pip 20.2.4, setuptools 47.1.1 and wheel 0.36.2 |
| 41 | + remote: -----> Installing pip 20.2.4, setuptools 57.5.0 and wheel 0.37.0 |
42 | 42 | remote: -----> Installing SQLite3
|
43 | 43 | remote: -----> Installing requirements with pip
|
44 | 44 | remote: -----> Discovering process types
|
|
61 | 61 | remote: To use a different version, see: https://devcenter.heroku.com/articles/python-runtimes
|
62 | 62 | remote: -----> Requirements file has been changed, clearing cached dependencies
|
63 | 63 | remote: -----> Installing python-#{DEFAULT_PYTHON_VERSION}
|
64 |
| - remote: -----> Installing pip 20.2.4, setuptools 47.1.1 and wheel 0.36.2 |
| 64 | + remote: -----> Installing pip 20.2.4, setuptools 57.5.0 and wheel 0.37.0 |
65 | 65 | remote: -----> Installing SQLite3
|
66 | 66 | remote: -----> Installing requirements with pip
|
67 | 67 | remote: Collecting urllib3
|
|
103 | 103 | remote: Running setup.py develop for local-package
|
104 | 104 | remote: Successfully installed gunicorn local-package
|
105 | 105 | remote: -----> Running post-compile hook
|
| 106 | + remote: ==> .heroku/python/lib/python.*/site-packages/distutils-precedence.pth <== |
| 107 | + remote: import os; var = 'SETUPTOOLS_USE_DISTUTILS'; enabled = os.environ.get\\(var, 'stdlib'\\) == 'local'; enabled and __import__\\('_distutils_hack'\\).add_shim\\(\\); |
| 108 | + remote: |
106 | 109 | remote: ==> .heroku/python/lib/python.*/site-packages/easy-install.pth <==
|
107 | 110 | remote: /app/.heroku/src/gunicorn
|
108 | 111 | remote: /tmp/build_.*/local_package
|
|
116 | 119 | remote: Running entrypoint for the local package: Hello!
|
117 | 120 | remote: Running entrypoint for the VCS package: gunicorn \\(version 20.1.0\\)
|
118 | 121 | remote: -----> Inline app detected
|
| 122 | + remote: ==> .heroku/python/lib/python.*/site-packages/distutils-precedence.pth <== |
| 123 | + remote: import os; var = 'SETUPTOOLS_USE_DISTUTILS'; enabled = os.environ.get\\(var, 'stdlib'\\) == 'local'; enabled and __import__\\('_distutils_hack'\\).add_shim\\(\\); |
| 124 | + remote: |
119 | 125 | remote: ==> .heroku/python/lib/python.*/site-packages/easy-install.pth <==
|
120 | 126 | remote: /app/.heroku/src/gunicorn
|
121 | 127 | remote: /tmp/build_.*/local_package
|
|
132 | 138 |
|
133 | 139 | # Test rewritten paths work at runtime.
|
134 | 140 | expect(app.run('bin/test-entrypoints')).to match(Regexp.new(<<~REGEX))
|
| 141 | + ==> .heroku/python/lib/python.*/site-packages/distutils-precedence.pth <== |
| 142 | + import os; var = 'SETUPTOOLS_USE_DISTUTILS'; enabled = os.environ.get\\(var, 'stdlib'\\) == 'local'; enabled and __import__\\('_distutils_hack'\\).add_shim\\(\\); |
| 143 | +
|
135 | 144 | ==> .heroku/python/lib/python.*/site-packages/easy-install.pth <==
|
136 | 145 | /app/.heroku/src/gunicorn
|
137 | 146 | /app/local_package
|
|
152 | 161 | expect(clean_output(app.output)).to match(Regexp.new(<<~REGEX))
|
153 | 162 | remote: -----> No change in requirements detected, installing from cache
|
154 | 163 | remote: -----> Using cached install of python-#{DEFAULT_PYTHON_VERSION}
|
155 |
| - remote: -----> Installing pip 20.2.4, setuptools 47.1.1 and wheel 0.36.2 |
| 164 | + remote: -----> Installing pip 20.2.4, setuptools 57.5.0 and wheel 0.37.0 |
156 | 165 | remote: -----> Installing SQLite3
|
157 | 166 | remote: -----> Installing requirements with pip
|
158 | 167 | remote: Obtaining file:///tmp/build_.*/local_package \\(from -r /tmp/build_.*/requirements.txt \\(line 1\\)\\)
|
|
163 | 172 | remote: Running setup.py develop for local-package
|
164 | 173 | remote: Successfully installed gunicorn local-package
|
165 | 174 | remote: -----> Running post-compile hook
|
| 175 | + remote: ==> .heroku/python/lib/python.*/site-packages/distutils-precedence.pth <== |
| 176 | + remote: import os; var = 'SETUPTOOLS_USE_DISTUTILS'; enabled = os.environ.get\\(var, 'stdlib'\\) == 'local'; enabled and __import__\\('_distutils_hack'\\).add_shim\\(\\); |
| 177 | + remote: |
166 | 178 | remote: ==> .heroku/python/lib/python.*/site-packages/easy-install.pth <==
|
167 | 179 | remote: /app/.heroku/src/gunicorn
|
168 | 180 | remote: /tmp/build_.*/local_package
|
|
176 | 188 | remote: Running entrypoint for the local package: Hello!
|
177 | 189 | remote: Running entrypoint for the VCS package: gunicorn \\(version 20.1.0\\)
|
178 | 190 | remote: -----> Inline app detected
|
| 191 | + remote: ==> .heroku/python/lib/python.*/site-packages/distutils-precedence.pth <== |
| 192 | + remote: import os; var = 'SETUPTOOLS_USE_DISTUTILS'; enabled = os.environ.get\\(var, 'stdlib'\\) == 'local'; enabled and __import__\\('_distutils_hack'\\).add_shim\\(\\); |
| 193 | + remote: |
179 | 194 | remote: ==> .heroku/python/lib/python.*/site-packages/easy-install.pth <==
|
180 | 195 | remote: /app/.heroku/src/gunicorn
|
181 | 196 | remote: /tmp/build_.*/local_package
|
|
0 commit comments