pip install -r requirements.txt
pip install chromedriver-binary-auto
pytest --splinter-headless # run tests
tox # run test matrix
- Ensure
VIRTUALENV_DISCOVERY=pyenv
in env https://github.com/un-def/virtualenv-pyenv/blob/master/README.md
pyenv install 3.12 pypy3.7-7.3.5
pyenv local 3.12 pypy3.7-7.3.5
pip install -r requirements.txt
tox -e py312,pypy3
pre-commit install
For pycharm needs install tox
to global