pythonPackages.stem: fix build with python 3.9
This commit is contained in:
parent
12319aa718
commit
f705d66eaf
|
@ -12,6 +12,8 @@ buildPythonPackage rec {
|
|||
postPatch = ''
|
||||
rm test/unit/installation.py
|
||||
sed -i "/test.unit.installation/d" test/settings.cfg
|
||||
# https://github.com/torproject/stem/issues/56
|
||||
sed -i '/MOCK_VERSION/d' run_tests.py
|
||||
'';
|
||||
|
||||
checkInputs = [ mock ];
|
||||
|
|
Loading…
Reference in New Issue