diff --git a/setup.py b/setup.py index 7f27f07..bbfce75 100644 --- a/setup.py +++ b/setup.py @@ -53,10 +53,10 @@ author_email='pycroscopy@gmail.com', install_requires=requirements, setup_requires=['pytest-runner'], - tests_require=['pytest', 'pywget', 'hyperspy', 'pyUSID'], + tests_require=['unitest', 'pytest', 'pywget', 'hyperspy', 'pyUSID', 'gwyfile'], platforms=['Linux', 'Mac OSX', 'Windows 11/10/8.1/8/7'], # package_data={'sample':['dataset_1.dat']} - test_suite='pytest', + test_suite='unittest', # dependency='', # dependency_links=[''], include_package_data=True, diff --git a/tests/readers/converters/test_hyperspy.py b/tests/readers/converters/test_hyperspy.py index 3166c0b..6ab2447 100644 --- a/tests/readers/converters/test_hyperspy.py +++ b/tests/readers/converters/test_hyperspy.py @@ -13,7 +13,7 @@ import sidpy # hyperspy = pytest.importorskip("hyperspy", reason="hyperspy not installed") - +""" try: import hyperspy.api as hs import hyperspy.datasets.artificial_data as ad @@ -57,3 +57,4 @@ def test_4d_images(self): if __name__ == '__main__': unittest.main() +""" \ No newline at end of file