From d94d0d3efd4b3fb9db124f5b8e039f9da9bded95 Mon Sep 17 00:00:00 2001 From: Dmitry Kovalenko Date: Wed, 24 Jul 2024 22:35:40 +0300 Subject: [PATCH] Fix for issue #628 [setuptools] It is a fix for python tests execution error: ModuleNotFoundError: No module named 'distutils' --- tests/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/requirements.txt b/tests/requirements.txt index e2ac18be..b162c676 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -9,5 +9,6 @@ git+https://github.com/postgrespro/testgres.git@archive-command-exec#egg=testgre allure-pytest deprecation pexpect +setuptools pytest==7.4.3 pytest-xdist