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

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
demonolock wants to merge1 commit intomasterfromadd-requirements-pg_probackup2
Closed
Show file tree
Hide file tree
Changes fromall 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
Add requirements.txt to pg_probackup2
  • Loading branch information
vshepard committedMar 15, 2025
commit53e51ca50f383b6ee7689caa27239ef6657e19f7
View file
Open in desktop
Original file line numberDiff line numberDiff 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
View file
Open in desktop
Original file line numberDiff line numberDiff 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

[8]ページ先頭

©2009-2025 Movatter.jp