|
14 | 14 | remote: -----> Using Python #{DEFAULT_PYTHON_MAJOR_VERSION} specified in .python-version
|
15 | 15 | remote: -----> Installing Python #{DEFAULT_PYTHON_FULL_VERSION}
|
16 | 16 | remote: -----> Installing Poetry #{POETRY_VERSION}
|
17 |
| - remote: -----> Installing dependencies using 'poetry install --sync --only main' |
| 17 | + remote: -----> Installing dependencies using 'poetry sync --only main' |
18 | 18 | remote: Installing dependencies from lock file
|
19 | 19 | remote:
|
20 | 20 | remote: Package operations: 1 install, 0 updates, 0 removals
|
|
51 | 51 | remote: -----> Restoring cache
|
52 | 52 | remote: -----> Using cached install of Python #{DEFAULT_PYTHON_FULL_VERSION}
|
53 | 53 | remote: -----> Using cached Poetry #{POETRY_VERSION}
|
54 |
| - remote: -----> Installing dependencies using 'poetry install --sync --only main' |
| 54 | + remote: -----> Installing dependencies using 'poetry sync --only main' |
55 | 55 | remote: Installing dependencies from lock file
|
56 | 56 | remote:
|
57 | 57 | remote: No dependencies to install or update
|
|
78 | 78 | remote: - The Poetry version has changed from 1.8.4 to #{POETRY_VERSION}
|
79 | 79 | remote: -----> Installing Python #{LATEST_PYTHON_3_13}
|
80 | 80 | remote: -----> Installing Poetry #{POETRY_VERSION}
|
81 |
| - remote: -----> Installing dependencies using 'poetry install --sync --only main' |
| 81 | + remote: -----> Installing dependencies using 'poetry sync --only main' |
82 | 82 | remote: Installing dependencies from lock file
|
83 | 83 | remote:
|
84 | 84 | remote: Package operations: 1 install, 0 updates, 0 removals
|
|
107 | 107 | remote: - The package manager has changed from pip to poetry
|
108 | 108 | remote: -----> Installing Python #{DEFAULT_PYTHON_FULL_VERSION}
|
109 | 109 | remote: -----> Installing Poetry #{POETRY_VERSION}
|
110 |
| - remote: -----> Installing dependencies using 'poetry install --sync --only main' |
| 110 | + remote: -----> Installing dependencies using 'poetry sync --only main' |
111 | 111 | remote: Installing dependencies from lock file
|
112 | 112 | remote:
|
113 | 113 | remote: Package operations: 1 install, 0 updates, 0 removals
|
|
221 | 221 | remote: ! See: https://devcenter.heroku.com/articles/python-runtimes
|
222 | 222 | remote:
|
223 | 223 | remote: -----> Installing Poetry #{POETRY_VERSION}
|
224 |
| - remote: -----> Installing dependencies using 'poetry install --sync --only main' |
| 224 | + remote: -----> Installing dependencies using 'poetry sync --only main' |
225 | 225 | remote: Installing dependencies from lock file
|
226 | 226 | remote:
|
227 | 227 | remote: Package operations: 1 install, 0 updates, 0 removals
|
|
240 | 240 | it 'fails the build' do
|
241 | 241 | app.deploy do |app|
|
242 | 242 | expect(clean_output(app.output)).to include(<<~OUTPUT)
|
243 |
| - remote: -----> Installing dependencies using 'poetry install --sync --only main' |
| 243 | + remote: -----> Installing dependencies using 'poetry sync --only main' |
244 | 244 | remote: Installing dependencies from lock file
|
245 | 245 | remote:
|
246 |
| - remote: pyproject.toml changed significantly since poetry.lock was last generated. Run `poetry lock [--no-update]` to fix the lock file. |
| 246 | + remote: pyproject.toml changed significantly since poetry.lock was last generated. Run `poetry lock` to fix the lock file. |
247 | 247 | remote:
|
248 | 248 | remote: ! Error: Unable to install dependencies using Poetry.
|
249 | 249 | remote: !
|
|
0 commit comments