From ba652edc5b8aa17efa9290b2f8b8e18dbd27cda4 Mon Sep 17 00:00:00 2001 From: Pavel Korshunov <pavel.korshunov@idiap.ch> Date: Tue, 9 May 2017 08:52:46 +0200 Subject: [PATCH] fixing tests --- MANIFEST.in | 3 ++- bob/pad/base/test/test_spoof.py | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 67e0aed..008a25d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,4 +2,5 @@ include README.rst bootstrap-buildout.py buildout.cfg develop.cfg version.txt re recursive-include doc *.py *.rst recursive-include bob *.txt *.hdf5 recursive-include bob *.sql3 -recursive-include bob/pad/base/test/data scores-* *.sql3 +recursive-include bob/pad/base/test/data scores-* *.sql3 *.wav +recursive-include bob/pad/base/test/data/example_filelist *.lst diff --git a/bob/pad/base/test/test_spoof.py b/bob/pad/base/test/test_spoof.py index 779946b..2ceedb3 100644 --- a/bob/pad/base/test/test_spoof.py +++ b/bob/pad/base/test/test_spoof.py @@ -16,7 +16,6 @@ import tempfile import numpy import bob.io.base.test_utils -import bob.io.image import bob.bio.base import bob.pad.base from bob.bio.base.test import utils -- GitLab