aboutsummaryrefslogtreecommitdiffstats
path: root/tests/core/managers/pip3_spec.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor: add mason-schemas and mason-core modules (#29)William Boman2022-07-081-242/+0
| | | | | * refactor: add mason-schemas and move generated filetype map to mason-lspconfig * refactor: add mason-core module
* mason.nvimWilliam Boman2022-07-071-39/+35
|
* refactor(pip3): use with_paths to set venv path (#736)William Boman2022-05-301-21/+16
|
* fix(spawn): avoid spawning commands that aren't on PATH (#706)William Boman2022-05-171-0/+4
| | | | This is primarily done to avoid cluttering the log file with a bunch of ERROR entries. Also avoids unnecessary roundtrips to uv_spawn, I guess.
* chore(tests): use assert.same instead of abusing vim.inspect + assert.equalWilliam Boman2022-05-061-25/+16
|
* make install context available via coroutine context (#586)William Boman2022-04-111-5/+6
|
* fix(pip3): always use normalized "python" executable with venv-enhanced path ↵William Boman2022-04-061-6/+8
| | | | (#577)
* add async managers (#536)William Boman2022-03-261-0/+253