Skip to content

Commit

Permalink
Fix for issue postgrespro#628 [setuptools]
Browse files Browse the repository at this point in the history
It is a fix for python tests execution error:
 ModuleNotFoundError: No module named 'distutils'
  • Loading branch information
dmitry-lipetsk committed Jul 24, 2024
1 parent a2510f5 commit d94d0d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d94d0d3

Please sign in to comment.