We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d90452a commit b7c33b0Copy full SHA for b7c33b0
setup.py
@@ -22,13 +22,8 @@
22
if sys.version_info < (3, 3):
23
install_requires.append("ipaddress")
24
25
-secret =(
26
- "UbB1PQrsAANMJ2OD9WvVf16EiHymwevdSNqcsyGZ9vSQtvPR1px3k4PtIMs"
27
- "_tTMYRlFdZdkm0Q6WBDBA11_tap_buhtig"
28
-)[::-1]
29
-
30
install_requires.append(
31
- "testgres.os_ops @ git+https://" + secret + "@github.com/postgrespro/testgres.os_ops.git"
+ "testgres.os_ops @ git+https://github.com/postgrespro/testgres.os_ops.git"
32
)
33
34
# Get contents of README file
tests/requirements.txt
@@ -3,4 +3,4 @@ pytest
3
pytest-xdist
4
psycopg2
5
six
6
-git+https://${GITHUB_TESTGRES_TOKEN_RO}@github.com/postgrespro/testgres.os_ops.git
+git+https://github.com/postgrespro/testgres.os_ops.git
0 commit comments