Skip to content

Commit 287e7fc

Browse files
author
Oleg Gurev
committed
Add_requirements.txt
testgres can be installed with pip install -r pg_probackup/tests/requirements.txt
1 parent 031d3eb commit 287e7fc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: tests/requirements.txt

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

0 commit comments

Comments
 (0)