Currently used fixtures are deprecated, and will be removed with AiiDA version 3, so we should look into using fixtures from aiida.tools.pytest_fixtures.
Most fixtures have a direct correspondence to aiida.manage.tests.pytest_fixtures, but currently doing this seems to result in the default profile not being set when callling verdi run.
Currently used fixtures are deprecated, and will be removed with AiiDA version 3, so we should look into using fixtures from
aiida.tools.pytest_fixtures
.Most fixtures have a direct correspondence to
aiida.manage.tests.pytest_fixtures
, but currently doing this seems to result in the default profile not being set when calllingverdi run
.This can be fixed along the lines of
but it ought to be fixable via the fixtures directly.