[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] build: Fix errors in "make dist"
From: |
John Darrington |
Subject: |
[PATCH] build: Fix errors in "make dist" |
Date: |
Tue, 21 Feb 2017 20:29:18 +0100 |
* Makefile.am (EXTRA_DIST): Remove build-aux/hydra/demo-os.scm
* gnu/packages/patches/vdirsyncer-test-suite-slow-machines.patch: Remove
"/gnu/store/..."
---
Makefile.am | 1 -
gnu/packages/patches/vdirsyncer-test-suite-slow-machines.patch | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 0de2e09..8069241 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -391,7 +391,6 @@ EXTRA_DIST =
\
build-aux/compile-all.scm \
build-aux/hydra/evaluate.scm \
build-aux/hydra/gnu-system.scm \
- build-aux/hydra/demo-os.scm \
build-aux/hydra/guix.scm \
build-aux/check-available-binaries.scm \
build-aux/check-final-inputs-self-contained.scm \
diff --git a/gnu/packages/patches/vdirsyncer-test-suite-slow-machines.patch
b/gnu/packages/patches/vdirsyncer-test-suite-slow-machines.patch
index 03093e8..3648f02 100644
--- a/gnu/packages/patches/vdirsyncer-test-suite-slow-machines.patch
+++ b/gnu/packages/patches/vdirsyncer-test-suite-slow-machines.patch
@@ -6,7 +6,7 @@ expected, which manifest like this:
E hypothesis.errors.FailedHealthCheck: Data generation is extremely
slow: Only produced 4 valid examples in 1.08 seconds (1 invalid ones and 0
exceeded maximum size). Try decreasing size of the data you're generating (with
e.g.average_size or max_leaves parameters).
E See http://hypothesis.readthedocs.org/en/latest/healthchecks.html for
more information about this. If you want to disable just this health check, add
HealthCheck.too_slowto the suppress_health_check settings for this test.
-/gnu/store/b8d1r8bilvm3jkncgrpvmg3dni9cgcr1-python-hypothesis-3.1.0/lib/python3.5/site-packages/hypothesis/core.py:296:
FailedHealthCheck
+[store]...-python-hypothesis-3.1.0/lib/python3.5/site-packages/hypothesis/core.py:296:
FailedHealthCheck
------
Patch copied from upstream source repository:
--
2.1.4