From 7cc8270be85e694519fa143ba83d9ef4b13e4e58 Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Wed, 22 Jan 2020 21:51:09 +0100 Subject: [PATCH] Remove import of pytest in test_datahandling (no pytest installed on minimal-conda --- pystencils_tests/test_datahandling.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pystencils_tests/test_datahandling.py b/pystencils_tests/test_datahandling.py index 55b845f7b..7f95fe1f0 100644 --- a/pystencils_tests/test_datahandling.py +++ b/pystencils_tests/test_datahandling.py @@ -3,8 +3,6 @@ from tempfile import TemporaryDirectory import numpy as np -import pytest - import pystencils as ps from pystencils import create_data_handling, create_kernel -- GitLab