Skip to content

Commit 0b1cb4f

Browse files
committed
Upgrade to pytest-postgresql>=2.4.0 with password login support
1 parent 79c2132 commit 0b1cb4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def readme():
2121
'SQLAlchemy>=1.2.2',
2222
'Flask-SQLAlchemy>=2.3',
2323
'packaging>=14.1'],
24-
extras_require={'tests': ['pytest-postgresql<2.0', 'psycopg2-binary']},
24+
extras_require={'tests': ['pytest-postgresql>=2.4.0', 'psycopg2-binary']},
2525
classifiers=[
2626
'Development Status :: 4 - Beta',
2727
'Environment :: Plugins',

0 commit comments

Comments
 (0)