Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests: Revert change to
fixture_code
In commit a68e1e1 the `fixture_code` fixture was adapted to query for the first `InstalledCode` with the test code label instead of using `load_code`, as the latter would fail when running the new parametrized PDOS tests in parallel. However, running tests in parallel versus the same storage backend can potentially lead to all sorts of problems. So instead of providing a somewhat hacky fix for this case, we revert the changes made to `fixture_code` and avoid running the tests in parallel.
- Loading branch information