Skip to content

Commit

Permalink
Try using old fixtures with 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Jan 7, 2025
1 parent 8f4fa40 commit cbb0dfa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion aiida_test_cache/mock_code/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@
if Version(aiida_version) >= Version('2.6.0'):
aiida_core_fixtures = 'aiida.tools.pytest_fixtures'
else:
aiida_core_fixtures = 'aiida.manage.tests.pytest_fixtures'
# DEBUG:
aiida_core_fixtures = 'aiida.tools.pytest_fixtures'
# aiida_core_fixtures = 'aiida.manage.tests.pytest_fixtures'
pytest_plugins = [aiida_core_fixtures]

0 comments on commit cbb0dfa

Please sign in to comment.