From 94dae28a61e7f57e765b80a8d34796d7633dac92 Mon Sep 17 00:00:00 2001 From: ljwoods2 Date: Fri, 24 May 2024 18:05:54 -0700 Subject: [PATCH] linting --- tests/test_output.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_output.py b/tests/test_output.py index bcf5165a..1755525b 100644 --- a/tests/test_output.py +++ b/tests/test_output.py @@ -77,9 +77,9 @@ def test_install_and_import(tmpdir): kit = CookiecutterMDAKit(template_analysis_class="MyAnalysisClass") kit.run() result = subprocess.run([sys.executable, - "-m", "pip", "install", + "-m", "pip", "install", "-e", "./test-mda-kit"], - capture_output=True, text=True) + capture_output=True, text=True) if result.returncode != 0: pytest.fail(f"Failed to install: {result.stderr}") try: