Skip to content
Snippets Groups Projects
Commit 2b015f4d authored by Yannick DAYER's avatar Yannick DAYER
Browse files

[tests] Fix relative imports in test files.

parent d2e7a630
No related branches found
No related tags found
1 merge request!45Switch to the new package structure using citools
Pipeline #66583 failed
...@@ -14,8 +14,7 @@ import numpy ...@@ -14,8 +14,7 @@ import numpy
import pytest import pytest
from bob.io.base import load, write from bob.io.base import load, write
from bob.io.base.test_utils import datafile, temporary_filename
from ..test_utils import datafile, temporary_filename
# These are some global parameters for the test. # These are some global parameters for the test.
PNG_INDEXED_COLOR = datafile("img_indexed_color.png", __name__) PNG_INDEXED_COLOR = datafile("img_indexed_color.png", __name__)
......
...@@ -4,8 +4,7 @@ import numpy as np ...@@ -4,8 +4,7 @@ import numpy as np
import pytest import pytest
from bob.io.base import load, save, vstack_features from bob.io.base import load, save, vstack_features
from bob.io.base.test_utils import temporary_filename
from ..test_utils import temporary_filename
def test_io_vstack(): def test_io_vstack():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment