]> git.ipfire.org Git - thirdparty/psycopg.git/commit
fix: flush PG environment variables in test_connect{,_args}
authorMartin Weinelt <hexa@darmstadt.ccc.de>
Tue, 21 Nov 2023 01:55:02 +0000 (02:55 +0100)
committerMartin Weinelt <hexa@darmstadt.ccc.de>
Tue, 21 Nov 2023 01:55:02 +0000 (02:55 +0100)
commitb6b31c318233fcf36d6808a4c71d0a897c891105
tree39b9745896c344c94cfed561d129a4840fe6c937
parentb68e36426f2f6e061292eec8df6201e8a550e194
fix: flush PG environment variables in test_connect{,_args}

These tests were previously affected by environment variables, that can
be used to configure a postgresql instance.

Closes: #681
tests/test_module.py
tests/test_psycopg_dbapi20.py