Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 031d3eb commit 287e7fcCopy full SHA for 287e7fc
tests/requirements.txt
@@ -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