Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 751 Bytes

CONTRIBUTING.rst

File metadata and controls

35 lines (22 loc) · 751 Bytes

Developer Documentation

This project supports Python 3.8, 3.9, 3.10, 3.11 and 3.12. Other Python versions might work as well but are not regularly tested.

For locally testing changes it is very handy to install tox which automates the creation of Python virtual environments.

Dependencies

  • docker
  • fuse

Setting up a developer environment

$ python -m virtualenv venv
$ source venv/bin/activate
$ (venv) pip install -r requirements.txt

Install ebuildtester in the virtualenv:

$ (venv) python setup.py install

Run the development version:

$ (venv) ebuildtester ...