From f93b3359be07d8e188afcee024c212f85dd829e9 Mon Sep 17 00:00:00 2001 From: Joachim Metz Date: Sun, 29 Oct 2023 10:47:34 +0100 Subject: [PATCH] Changes for CI tests --- requirements.txt | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d4709a5..0520c1a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ dfdatetime >= 20160814 dtfabric >= 20170524 libcreg-python >= 20210502 libregf-python >= 20201002 + diff --git a/tox.ini b/tox.ini index fd154f6..def3ad4 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,7 @@ deps = coverage: coverage wheel: build - setuptools + setuptools >= 65 wheel commands = py3{7,8,9,10,11,12}: ./run_tests.py