Skip to content

Commit

Permalink
Fix backported fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Jan 7, 2025
1 parent 7ad9674 commit 583bcb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ def aiida_profile_clean(clear_database):
pass

@pytest.fixture
def aiida_code_installed(aiida_local_code_factory):
def aiida_code_installed(aiida_local_code_factory, default_calc_job_plugin):

def _code(filepath_executable):
return aiida_local_code_factory(
executable=filepath_executable, entry_point=filepath_executable
executable=filepath_executable, entry_point=default_calc_job_plugin
)

return _code
Expand Down

0 comments on commit 583bcb9

Please sign in to comment.