pythonPackages.xmlschema: 1.0.17 -> 1.0.18

This commit is contained in:
Jonathan Ringer 2020-01-03 15:17:33 -08:00 committed by Frederik Rietdijk
parent 8d6d53b173
commit 2214be1fe1

View File

@ -18,6 +18,11 @@ buildPythonPackage rec {
checkInputs = [ pytest ];
postPatch = ''
substituteInPlace setup.py \
--replace "elementpath~=1.3.0" "elementpath~=1.3"
'';
# Ignore broken fixtures, and tests for files which don't exist.
# For darwin, we need to explicity say we can't reach network
checkPhase = ''