mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-12 07:52:38 +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.
|
# Fails intermittently.
|
||||||
substituteInPlace eliot/tests/test_validation.py \
|
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 ];
|
checkInputs = [ testtools pytest hypothesis ];
|
||||||
|
Loading…
Reference in New Issue
Block a user