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 22b3733 commit 30846d4Copy full SHA for 30846d4
.github/workflows/python.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Set up Python
73
uses: actions/setup-python@v5
74
with:
75
- python-version: "3.x"
+ python-version: "3.9"
76
77
- name: Install uv
78
uses: astral-sh/setup-uv@v4
tests/integration/conftest.py
@@ -1,5 +1,7 @@
1
"""Fixtures for integration tests."""
2
3
+from __future__ import annotations
4
+
5
import os
6
from pathlib import Path
7
0 commit comments