Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 176 Bytes

File metadata and controls

11 lines (9 loc) · 176 Bytes

Repro script

$ python3 -m venv venv
$ source venv/bin/activate
$ pip install pytest pytest-xprocess
$ pip install requirements.txt
$ pip install -e .
$ pytest