I think Patrick shouldn't be here...
|
const poetryConfigOutput = ` |
|
cache-dir = "/Users/patrick/Library/Caches/pypoetry" |
|
experimental.new-installer = false |
|
installer.parallel = true |
|
virtualenvs.create = true |
|
virtualenvs.in-project = true |
|
virtualenvs.path = "{cache-dir}/virtualenvs" # /Users/patrick/Library/Caches/pypoetry/virtualenvs |
|
[ |
|
'poetry', |
|
'3.9.1', |
|
'__tests__/data/**/poetry.lock', |
|
poetryLockHash, |
|
[ |
|
'/Users/patrick/Library/Caches/pypoetry/virtualenvs', |
|
path.join(__dirname, 'data', 'inner', '.venv'), |
|
path.join(__dirname, 'data', '.venv') |
|
] |
I think Patrick shouldn't be here...
setup-python/__tests__/cache-restore.test.ts
Lines 18 to 24 in dfa76f8
setup-python/__tests__/cache-restore.test.ts
Lines 146 to 155 in dfa76f8