]> git.phdru.name Git - sqlconvert.git/blobdiff - tox.ini
CI(GHActions): Setup PostgreSQL using `ankane/setup-postgres@v1`
[sqlconvert.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 3d9cf96fda05e1364c0a730c4dac11f2f2f92629..fa79032a250d5aa6cf3f10032646cb7d33461132 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -58,7 +58,7 @@ commands =
     {[testenv]commands}
     -dropdb --username=runner test
     createdb --username=runner test
-    {envpython} -m pytest -D postgres://runner:test@localhost/test
+    {envpython} -m pytest -D postgres://runner@localhost/test
     dropdb --username=runner test
 
 [testenv:{py27,py34,py35,py36,py37,py38,py39}-postgres-w32]