-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extract positron-ipykernel CI and test requirements, re-add ruff and …
…prettier checks (posit-dev/positron-python#416) * unpin pytest our reason for pinning has been fixed upstream in microsoft/vscode-python#22799. also bump pytest-asyncio to a compatible version. * extract positron-ipykernel ci job and test requirements * remove pillow - it's another snyk pin * remove unusued test requirements * re-add pyright job * re-add ruff to ci lint job * re-add format-check; downgrade prettier to match upstream; fix format errors * checkout before setting up pip cache
- Loading branch information
Showing
40 changed files
with
324 additions
and
307 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 changes: 0 additions & 43 deletions
43
extensions/positron-python/build/pinned-test-requirements.txt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
extensions/positron-python/pythonFiles/positron/pinned-test-requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
fastcore==1.5.29 | ||
ipykernel==6.29.3 | ||
ipywidgets==8.1.2 | ||
matplotlib==3.8.2; python_version >= '3.9' | ||
matplotlib==3.7.4; python_version < '3.9' | ||
numpy==1.26.3; python_version >= '3.9' | ||
numpy==1.24.4; python_version < '3.9' | ||
pandas==2.2.0; python_version >= '3.9' | ||
pandas==2.0.3; python_version < '3.9' | ||
pytest==8.0.2 | ||
pytest-asyncio==0.23.5 | ||
pytest-mock==3.12.0 | ||
polars==0.20.13 | ||
torch==2.1.2; python_version < '3.12' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.