Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit53e51ca

Browse files
author
vshepard
committed
Add requirements.txt to pg_probackup2
1 parentbab1d8e commit53e51ca

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
importshutil
55
importpytest
66

7-
from ......importtestgres
7+
importtestgres
88
from ...pg_probackup2.appimportProbackupApp
99
from ...pg_probackup2.init_helpersimportInit,init_params
1010
from ..storage.fs_backupimportFSTestBackupDir

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp