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.
2 parents cce238a + 2a6b392 commit c2d3829Copy full SHA for c2d3829
setup.py
@@ -36,7 +36,7 @@
36
readme = f.read()
37
38
setup(
39
- version='1.11.0',
+ version='1.11.1',
40
name='testgres',
41
packages=['testgres', 'testgres.impl'],
42
package_dir={"testgres": "src"},
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