Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwoods2 committed May 25, 2024
1 parent f6ba774 commit 94dae28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 94dae28

Please sign in to comment.