We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad9674 commit 583bcb9Copy full SHA for 583bcb9
tests/conftest.py
@@ -17,11 +17,11 @@ def aiida_profile_clean(clear_database):
17
pass
18
19
@pytest.fixture
20
- def aiida_code_installed(aiida_local_code_factory):
+ def aiida_code_installed(aiida_local_code_factory, default_calc_job_plugin):
21
22
def _code(filepath_executable):
23
return aiida_local_code_factory(
24
- executable=filepath_executable, entry_point=filepath_executable
+ executable=filepath_executable, entry_point=default_calc_job_plugin
25
)
26
27
return _code
0 commit comments