Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 53e51ca

Browse files
author
vshepard
committed
Add requirements.txt to pg_probackup2
1 parent bab1d8e commit 53e51ca

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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+
# git+https://github.com/postgrespro/testgres.git@master
7+
# git+https://github.com/postgrespro/testgres.git@master#egg=testgres-pg_probackup2&subdirectory=testgres/plugins/pg_probackup2
8+
# 3. From a local directory
9+
# /path/to/local/directory/testgres
10+
testgres==1.10.5

testgres/plugins/pg_probackup2/pg_probackup2/tests/test_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import shutil
55
import pytest
66

7-
from ...... import testgres
7+
import testgres
88
from ...pg_probackup2.app import ProbackupApp
99
from ...pg_probackup2.init_helpers import Init, init_params
1010
from ..storage.fs_backup import FSTestBackupDir

0 commit comments

Comments
 (0)