File: github_actions.cfg

package info (click to toggle)
zope.sqlalchemy 3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 340 kB
  • sloc: python: 981; makefile: 8
file content (7 lines) | stat: -rw-r--r-- 245 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
# This config is intended for the use of github actions as the ident
# auth-method does not work well with containers.
[buildout]
extends = postgres.cfg

[pgenv]
TEST_DSN = postgresql+psycopg2://postgres:postgres@localhost/zope_sqlalchemy_tests