From fde3013b20e8aea188138aa6bcfef44c5182a8ce Mon Sep 17 00:00:00 2001 From: Acribbs Date: Wed, 19 Apr 2023 11:11:51 +0100 Subject: [PATCH] bug fixes in import test --- tests/test_import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_import.py b/tests/test_import.py index d38f4a2..7341a50 100644 --- a/tests/test_import.py +++ b/tests/test_import.py @@ -14,7 +14,7 @@ import pytest # define the directories to test -directories = ['tallytrin', 'pysam', 'pandas'] +directories = ['tallytrin'] # define the test function @pytest.mark.parametrize('directory', directories)