Skip to content

Commit

Permalink
Merged PR posit-dev/positron-python#415: Unpin pytest
Browse files Browse the repository at this point in the history
Merge pull request #415 from posit-dev/unpin-pytest

Unpin pytest
--------------------
Commit message for posit-dev/positron-python@4f78002:

unpin pytest

our reason for pinning has been fixed upstream in microsoft/vscode-python#22799.

also bump pytest-asyncio to a compatible version.


Authored-by: Wasim Lorgat <mwlorgat@gmail.com>
Signed-off-by: Wasim Lorgat <mwlorgat@gmail.com>
  • Loading branch information
seeM authored and wesm committed Mar 28, 2024
1 parent ba58120 commit 93bf056
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
7 changes: 2 additions & 5 deletions extensions/positron-python/build/pinned-test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ pycodestyle==2.11.1
pydocstyle==6.3.0
pygls==1.3.0
prospector==0.12.2
# --- Start Positron ---
# avoid breaking changes in pytest 8 https://github.com/microsoft/vscode-python/issues/22798
pytest==7.4.4
# --- End Positron ---
pytest==8.0.2
Flask==3.0.2
fastapi==0.109.2
uvicorn==0.27.0.post1
Expand All @@ -38,7 +35,7 @@ pandas==2.0.3; python_version < '3.9'
# Require pillow >= 10.0.1 to avoid CVE-2023-4863
pillow==10.2.0
pyright==1.1.351
pytest-asyncio==0.23.4
pytest-asyncio==0.23.5
pytest-mock==3.12.0
polars==0.20.13
torch==2.1.2; python_version < '3.12'
Expand Down
5 changes: 1 addition & 4 deletions extensions/positron-python/build/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ pycodestyle
pydocstyle
pygls
prospector
# --- Start Positron ---
# avoid breaking changes in pytest 8 https://github.com/microsoft/vscode-python/issues/22798
pytest==7.4.4
# --- End Positron ---
pytest
flask
# --- Start Positron ---
# Require fastapi >= 0.109.1 to avoid CVE-2024-24762
Expand Down

0 comments on commit 93bf056

Please sign in to comment.