Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
gduscher committed Jan 13, 2024
1 parent c5bd8c0 commit e5d5e44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
author_email='[email protected]',
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,
Expand Down
3 changes: 2 additions & 1 deletion tests/readers/converters/test_hyperspy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -57,3 +57,4 @@ def test_4d_images(self):
if __name__ == '__main__':
unittest.main()
"""

0 comments on commit e5d5e44

Please sign in to comment.