Skip to content

Add requirements.txt to pg_probackup2 #218

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions testgres/plugins/pg_probackup2/pg_probackup2/tests/requrements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 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>
# git+https://github.com/postgrespro/testgres.git@master
# git+https://github.com/postgrespro/testgres.git@master#egg=testgres-pg_probackup2&subdirectory=testgres/plugins/pg_probackup2
# 3. From a local directory
# /path/to/local/directory/testgres
testgres==1.10.5
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import shutil
import pytest

from ...... import testgres
import testgres
from ...pg_probackup2.app import ProbackupApp
from ...pg_probackup2.init_helpers import Init, init_params
from ..storage.fs_backup import FSTestBackupDir
Expand Down