python3.pkgs.publicsuffix: patchPhase -> postPatch
This commit is contained in:
parent
2ddd038e52
commit
d18403953f
@ -11,7 +11,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
|
|
||||||
# disable test_fetch and the doctests (which also invoke fetch)
|
# disable test_fetch and the doctests (which also invoke fetch)
|
||||||
patchPhase = ''
|
postPatch = ''
|
||||||
sed -i -e "/def test_fetch/i\\
|
sed -i -e "/def test_fetch/i\\
|
||||||
\\t@unittest.skip('requires internet')" -e "/def additional_tests():/,+1d" tests.py
|
\\t@unittest.skip('requires internet')" -e "/def additional_tests():/,+1d" tests.py
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user