We don't want to make them pass because we didn't like the random draw.
It's not best of three.
changedir = ..
commands =
-python -bb -m pytest {posargs}
- -python -bb -m pytest --lf --lfnf=none --no-collect-ok {posargs}
- python -bb -m pytest --lf --lfnf=none --no-collect-ok {posargs}
+ -python -bb -m pytest --lf --lfnf=none --no-collect-ok --randomly-seed=last {posargs}
+ python -bb -m pytest --lf --lfnf=none --no-collect-ok --randomly-seed=last {posargs}
passenv = PG* PSYCOPG_TEST_DSN PYTEST_ADDOPTS PSYCOPG_IMPL PIP_CONSTRAINT
extras = test
deps =
changedir = ..
commands =
-python -bb -m pytest {posargs}
- -python -bb -m pytest --lf --lfnf=none --no-collect-ok {posargs}
- python -bb -m pytest --lf --lfnf=none --no-collect-ok {posargs}
+ -python -bb -m pytest --lf --lfnf=none --no-collect-ok --randomly-seed=last {posargs}
+ python -bb -m pytest --lf --lfnf=none --no-collect-ok --randomly-seed=last {posargs}
passenv = PG* PSYCOPG_TEST_DSN PYTEST_ADDOPTS PSYCOPG_IMPL PIP_CONSTRAINT
deps =
-e {toxinidir}/../psycopg[test]