Skip to content

Commit

Permalink
Merge branch 'f/add-postgres-start-options' of github.com:rafmagns-sk…
Browse files Browse the repository at this point in the history
…epa-dreag/pytest-postgresql into f/add-postgres-start-options
  • Loading branch information
rafmagns-skepa-dreag committed Dec 16, 2020
2 parents edc70c0 + 41d78a4 commit a7502d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ setuptools>=21 # minimum installation requirements
coverage==5.3 # pytest-cov
pytest==6.2.1
pytest-cov==2.10.1
pytest-xdist==2.1.0
pytest-xdist==2.2.0
psycopg2-binary==2.8.6; platform_python_implementation != "PyPy"
psycopg2cffi==2.8.1; platform_python_implementation == "PyPy"
port-for==0.4
Expand Down
1 change: 1 addition & 0 deletions tests/examples/test_postgres_options.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""This is not called directly but is used in another test."""


def test_postgres_options(postgresql):
cur = postgresql.cursor()
cur.execute('SHOW max_connections')
Expand Down

0 comments on commit a7502d3

Please sign in to comment.