You've already forked pg_probackup
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:
13
tests/requirements.txt
Normal file
13
tests/requirements.txt
Normal 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
|
Reference in New Issue
Block a user