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.
1 parent 6b23657 commit 7beae32Copy full SHA for 7beae32
tests/auth_test.py
@@ -84,6 +84,7 @@ def setUp(self):
84
'-b', 'FULL'
85
]
86
os.unsetenv("PGPASSWORD")
87
+ os.unsetenv("PGPASSFILE")
88
try:
89
os.remove(self.pgpass_file)
90
except OSError:
0 commit comments