1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-09-16 09:26:30 +02:00

Add_requirements.txt

testgres can be installed with
pip install -r pg_probackup/tests/requirements.txt
This commit is contained in:
Oleg Gurev
2024-02-09 15:50:58 +03:00
parent 031d3ebef7
commit 287e7fc89f

13
tests/requirements.txt Normal file
View File

@@ -0,0 +1,13 @@
# Testgres can be installed in the following ways:
# 1. From a pip package (recommended)
# testgres==1.8.5
# 2. From a specific Git branch, tag or commit
# git+https://github.com/postgrespro/testgres.git@<git-ref>
# 3. From a local directory
# /path/to/local/directory/testgres
git+https://github.com/postgrespro/testgres.git@master#egg=testgres-pg_probackup2&subdirectory=testgres/plugins/pg_probackup2
allure-pytest
deprecation
pexpect
pytest
pytest-xdist