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)