File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 key : ${{ runner.os }}-pip-${{ hashFiles('setup.py') }}
1919 restore-keys : ${{ runner.os }}-pip-
2020 - run : pip install --user --upgrade pip wheel
21- - run : pip install -e .[torrent, lint]
21+ - run : pip install -e .[lint]
2222 - run : make lint
2323
2424 tests-unit :
5050 string : ${{ runner.os }}
5151 - run : python -m pip install --user --upgrade pip wheel
5252 - if : startsWith(runner.os, 'linux')
53- run : pip install -e .[torrent, test]
53+ run : pip install -e .[test]
5454 - if : startsWith(runner.os, 'linux')
5555 env :
5656 HOME : /tmp
Original file line number Diff line number Diff line change 4646 'coincurve==15.0.0' ,
4747 'pbkdf2==1.3' ,
4848 'filetype==1.0.9' ,
49+ 'libtorrent==2.0.6' ,
4950 ],
5051 extras_require = {
51- 'torrent' : ['lbry-libtorrent' ],
5252 'lint' : [
5353 'pylint==2.10.0'
5454 ],
Original file line number Diff line number Diff line change 55extras =
66 test
77 hub
8- torrent
98changedir = {toxinidir}/tests
109setenv =
1110 HOME =/tmp
You can’t perform that action at this time.
0 commit comments