1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-28 09:33:54 +02:00

Fix for issue #628 [setuptools]

It is a fix for python tests execution error:
 ModuleNotFoundError: No module named 'distutils'
This commit is contained in:
Dmitry Kovalenko 2024-07-24 22:35:40 +03:00
parent a2510f5fa1
commit d94d0d3efd

View File

@ -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