Skip to content

Commit 6b0609a

Browse files
authored
Merge pull request #5920 from brockdyer03/remove-optional-dep-test
Nexus: Remove unnecessary `test_optional_dependencies.py`
2 parents 455a0ff + b4294eb commit 6b0609a

2 files changed

Lines changed: 0 additions & 69 deletions

File tree

nexus/nexus/bin/nxs-test

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -618,26 +618,6 @@ def required_dependencies():
618618

619619

620620

621-
def optional_dependencies():
622-
nunit('scipy_available')
623-
624-
nunit('h5py_available')
625-
626-
nunit('matplotlib_available')
627-
628-
nunit('pydot_available')
629-
630-
nunit('spglib_available')
631-
632-
nunit('pycifrw_available')
633-
634-
nunit('seekpath_available')
635-
636-
nunit_all()
637-
#end def optional_dependencies
638-
639-
640-
641621
def nexus_imports():
642622
nunit('imports')
643623

@@ -1986,7 +1966,6 @@ def user_examples(label):
19861966
# ordered according to logical dependencies
19871967
NexusTest( versions )
19881968
NexusTest( required_dependencies )
1989-
NexusTest( optional_dependencies , optional=True)
19901969
NexusTest( nexus_base )
19911970
NexusTest( nexus_imports )
19921971
NexusTest( testing )

nexus/nexus/tests/test_optional_dependencies.py

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)