From b53a35af634c113350d535a620e82eea8b9a6a66 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Tue, 20 Feb 2024 19:51:07 +0100 Subject: [PATCH] CI: Install setuptools for Python 3.12 compatibility of cr8 --- testing/native/python-pytest/requirements.txt | 1 + testing/native/python-unittest/requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/testing/native/python-pytest/requirements.txt b/testing/native/python-pytest/requirements.txt index 642ad119..71a645b0 100644 --- a/testing/native/python-pytest/requirements.txt +++ b/testing/native/python-pytest/requirements.txt @@ -1,3 +1,4 @@ crash==0.31.2 pytest<9 pytest-crate==0.3.0 +setuptools # Temporary, until next cr8 release. diff --git a/testing/native/python-unittest/requirements.txt b/testing/native/python-unittest/requirements.txt index f20843ab..ba79bcde 100644 --- a/testing/native/python-unittest/requirements.txt +++ b/testing/native/python-unittest/requirements.txt @@ -1,2 +1,3 @@ cr8==0.25.0 crash==0.31.2 +setuptools # Temporary, until next cr8 release.