This avoids path manipulation and would help with the next commit (where
current directory will matter).
isolated_build = True
[testenv]
+changedir = ..
commands =
- pytest ../tests {posargs}
+ pytest {posargs}
passenv = PG* PSYCOPG3_TEST_DSN PYTEST_ADDOPTS PSYCOPG3_IMPL TRAVIS*
extras = test
isolated_build = True
[testenv]
+changedir = ..
commands =
- pytest ../tests {posargs}
+ pytest {posargs}
passenv = PG* PSYCOPG3_TEST_DSN PYTEST_ADDOPTS PSYCOPG3_IMPL TRAVIS*
deps =
-e {toxinidir}/../psycopg3[test]