Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 287e7fc

Browse filesBrowse 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
Copy full SHA for 287e7fc

File tree

1 file changed

+13
-0
lines changed
Filter options

1 file changed

+13
-0
lines changed

‎tests/requirements.txt

Copy file name to clipboard
+13Lines changed: 13 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.