We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01387e6 commit 3a50dbfCopy full SHA for 3a50dbf
1 file changed
MDAnalysisData/tests/test_package_metadata.py
@@ -1,6 +1,7 @@
1
# -*- coding: utf-8 -*-
2
3
import sys
4
+import six
5
from six.moves import reload_module
6
import pytest
7
@@ -28,4 +29,4 @@ def test_default_authors(monkeypatch):
28
29
def test_version():
30
# very generic because versioneer will provide different strings depending
31
# on the repository status
- assert isinstance(MDAnalysisData.__version__, str)
32
+ assert isinstance(MDAnalysisData.__version__, six.string_types)
0 commit comments