[testenv]
changedir = ..
commands =
- pytest {posargs}
+ python -bb -m pytest {posargs}
passenv = PG* PSYCOPG_TEST_DSN PYTEST_ADDOPTS PSYCOPG_IMPL
extras = test
deps =
[testenv:dns]
changedir = ..
commands =
- pytest {posargs}
+ python -bb -m pytest {posargs}
passenv = PG* PSYCOPG_TEST_DSN PYTEST_ADDOPTS PSYCOPG_IMPL
extras = test
deps =
[testenv:postgis]
changedir = ..
commands =
- pytest {posargs}
+ python -bb -m pytest {posargs}
passenv = PG* PSYCOPG_TEST_DSN PYTEST_ADDOPTS PSYCOPG_IMPL
extras = test
deps =
[testenv]
changedir = ..
commands =
- pytest {posargs}
+ python -bb -m pytest {posargs}
passenv = PG* PSYCOPG_TEST_DSN PYTEST_ADDOPTS PSYCOPG_IMPL
deps =
-e {toxinidir}/../psycopg[test]