We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d277746 commit 0e05458Copy full SHA for 0e05458
1 file changed
.github/workflows/third_party.yml
@@ -324,10 +324,10 @@ jobs:
324
working-directory: sqlalchemy
325
run: |
326
set -x
327
-
+ # TODO: Remove pytest==9.0.3 pin. SQLAlchemy tests fail when using pytest 9.1.0. See #764.
328
uvx \
329
--with=setuptools \
330
- tox -e github-nocext --force-dep="typing-extensions @ file://$(pwd)/../typing-extensions-latest" -- -q --nomemory --notimingintensive
+ 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
331
332
333
litestar:
0 commit comments