mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 23:02:25 +00:00
Merge pull request #703 from tahoe-lafs/3298.nixos-eliot-ci
Fix Eliot failures on NixOS CI job Fixes: ticket:3298
This commit is contained in:
commit
e9ff5e864f
0
newsfragments/3298.minor
Normal file
0
newsfragments/3298.minor
Normal file
@ -17,7 +17,8 @@ buildPythonPackage rec {
|
||||
|
||||
# Fails intermittently.
|
||||
substituteInPlace eliot/tests/test_validation.py \
|
||||
--replace "def test_omitLoggerFromActionType" "def xtest_omitLoggerFromActionType"
|
||||
--replace "def test_omitLoggerFromActionType" "def xtest_omitLoggerFromActionType" \
|
||||
--replace "def test_logCallsDefaultLoggerWrite" "def xtest_logCallsDefaultLoggerWrite"
|
||||
'';
|
||||
|
||||
checkInputs = [ testtools pytest hypothesis ];
|
||||
|
Loading…
Reference in New Issue
Block a user