python3.pkgs.publicsuffix: patchPhase -> postPatch

This commit is contained in:
Alyssa Ross 2020-01-13 13:53:36 +00:00 committed by Jon
parent 2ddd038e52
commit d18403953f

View file

@ -11,7 +11,7 @@ buildPythonPackage rec {
# disable test_fetch and the doctests (which also invoke fetch)
patchPhase = ''
postPatch = ''
sed -i -e "/def test_fetch/i\\
\\t@unittest.skip('requires internet')" -e "/def additional_tests():/,+1d" tests.py
'';