Skip to content

Commit

Permalink
Update conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypinkard committed Jul 26, 2024
1 parent 9bb9553 commit c064878
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/exengine/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,6 @@ def install_mm():
# Download an install latest nightly build
mm_install_dir = download_and_install_mm(destination='auto')

#### Replace with newer versions of Java libraries ####
# find pycro-manager/java path
if os.path.isdir('java'):
java_path = os.path.abspath('java')
# in case cwd is '/pycromanager/test'
elif os.path.isdir('../../java'):
java_path = os.path.abspath('../../java')
else:
raise RuntimeError('Could not find pycro-manager/java path')

yield mm_install_dir


Expand All @@ -42,4 +32,4 @@ def launch_micromanager(install_mm):
python_backend=True,
debug=False)
yield
terminate_core_instances()
terminate_core_instances()

0 comments on commit c064878

Please sign in to comment.