mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 18:56:28 +00:00
Merge pull request #680 from tahoe-lafs/3274.skip-broken-eliot-test
Skip the broken eliot test on CI Fixes: ticket:3274
This commit is contained in:
commit
4bf096218f
0
newsfragments/3274.minor
Normal file
0
newsfragments/3274.minor
Normal 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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user