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:
Jean-Paul Calderone 2020-04-13 11:46:54 -04:00 committed by GitHub
commit e9ff5e864f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

0
newsfragments/3298.minor Normal file
View File

View 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 ];