tests: avoid immortal objects in tests (#5150)

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
Henry Schreiner
2024-05-30 01:40:55 -04:00
committed by GitHub
parent 7187894e02
commit 1a0ff40549
3 changed files with 8 additions and 8 deletions

View File

@@ -207,7 +207,7 @@ jobs:
fetch-depth: 0
- name: Prepare venv
run: python3.13 -m venv .venv
run: python3.13t -m venv .venv
- name: Install Python deps
run: .venv/bin/pip install -r tests/requirements.txt