Commit Graph

5 Commits

Author SHA1 Message Date
Anthony Kim 5f7d971d3a
Fix Pyenv for Codespaces (#23315)
Resolves: #23314
2024-05-01 14:01:16 -07:00
Karthik Nadig b65ea3baa4
Use nox to install packages (#22381) 2023-10-30 22:07:38 +00:00
Anthony Kim 91b2c113f1
Drop Python 3.7 support (#21962)
Drop Python 3.7 support, and replace with Python 3.8
Resolves: #21532

/vscode-python/requirements.txt generated same hash even when running:
```pip-compile --generate-hashes requirements.in```
from the Python3.8 virtual environment.

- Same result with pythonFiles/jedilsp_requirements/requirements.txt when running:
```pip-compile --generate-hashes
pythonFiles/jedilsp_requirements/requirements.in```
2023-09-12 10:52:46 -07:00
Anthony Kim ef16727d0b
Clean up smoke test requirement (#21729)
Cleaning up smoke test dependency: See if all Github action test pass
with removing the smoke test requirement file content.

Checked one by one, and came to see removing all doesn't seem to have
impact on the outcome of running smoke test.(Seems to have no difference
in smoke test result outcome when ran with "Run and Debug" in VS Code
with smoke-test option selected).

Also got rid of below, after checking smoke test correctly passing after
removal of smoke-test-requirement.txt content:
![Screenshot 2023-08-01 at 2 57 45
PM](https://github.com/microsoft/vscode-python/assets/62267334/45d404de-74dd-45a5-885b-71a25ef16ad7)

Resolve: #21496
2023-08-02 13:36:26 -07:00
Anthony Kim 6af959d348
Dev Container Using MCR (#21675)
Dev container rewrite using MCR. 
Pyenv for installing and managing python versions. Fish also installed
as optional (able to view as shell option in codespaces). Also fixing
conda error. Takes care of: #21591 rewrite from: #21435 to adhere to
company policy.
2023-07-24 15:56:06 -07:00