Am 23.12.2015 um 06:05 schrieb D'Arcy J.M. Cain:
> Everything seems OK except that the dbapi test doesn't seem to be
> looking at LOCAL_PyGreSQL.py.

It works for me, except for the port which is ignored, because the connection is passed as a dsn and currently PyGreSQL does not provide a way to pass the port as part of a dsn (maybe this should be improved?). I've fixed that in r665 by passing the parameters individually.

You can run the dbapi20 alone with:

python2 setup.py test -s tests.test_dbapi20

Note that LOCAL_PyGreSQL.py must be inside the tests directory, or you must use a symbolic link.

-- Christoph
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to