From 15f4567a178bd87af793bf6576aec3af1ea7c024 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Tue, 14 Apr 2020 17:34:17 +0100 Subject: [PATCH] TEST: no py2 --- tests/test_atlases.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_atlases.py b/tests/test_atlases.py index 1c7abc0df..ebfe1ba85 100644 --- a/tests/test_atlases.py +++ b/tests/test_atlases.py @@ -13,7 +13,8 @@ import os import os.path as op import numpy as np -import mock + +from unittest import mock import pytest import tests -- GitLab