skip the relevant Eliot test

This commit is contained in:
Jean-Paul Calderone 2020-01-15 15:46:07 -05:00
parent b5805ff633
commit 7c575c8add

View File

@ -14,6 +14,10 @@ buildPythonPackage rec {
--replace "boltons >= 19.0.1" boltons
# depends on eliot.prettyprint._main which we don't have here.
rm eliot/tests/test_prettyprint.py
# Fails intermittently.
substituteInPlace eliot/tests/test_validation.py \
--replace "def test_omitLoggerFromActionType" "def xtest_omitLoggerFromActionType"
'';
checkInputs = [ testtools pytest hypothesis ];