Skip to content

Commit 0e05458

Browse files
Pin SQLAlchemy third-party tests to pytest==9.0.3 (#765)
1 parent d277746 commit 0e05458

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/third_party.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,10 +324,10 @@ jobs:
324324
working-directory: sqlalchemy
325325
run: |
326326
set -x
327-
327+
# TODO: Remove pytest==9.0.3 pin. SQLAlchemy tests fail when using pytest 9.1.0. See #764.
328328
uvx \
329329
--with=setuptools \
330-
tox -e github-nocext --force-dep="typing-extensions @ file://$(pwd)/../typing-extensions-latest" -- -q --nomemory --notimingintensive
330+
tox -e github-nocext --override "testenv:github-nocext.deps+=pytest==9.0.3" --force-dep="typing-extensions @ file://$(pwd)/../typing-extensions-latest" -- -q --nomemory --notimingintensive
331331
332332
333333
litestar:

0 commit comments

Comments
 (0)