mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-22 10:20:59 +00:00
skip the relevant Eliot test
This commit is contained in:
parent
b5805ff633
commit
7c575c8add
@ -14,6 +14,10 @@ buildPythonPackage rec {
|
|||||||
--replace "boltons >= 19.0.1" boltons
|
--replace "boltons >= 19.0.1" boltons
|
||||||
# depends on eliot.prettyprint._main which we don't have here.
|
# depends on eliot.prettyprint._main which we don't have here.
|
||||||
rm eliot/tests/test_prettyprint.py
|
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 ];
|
checkInputs = [ testtools pytest hypothesis ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user