Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python3Packages.pytest-forked: simplify setup hook
We need to make sure that pytest-forked's setup hook runs before the pytestCheckPhase. Instead of mangling the preDistPhases in a complex way, we can just set our environment variables in postInstallCheckHook, which is run right before all preDistPhases.
- Loading branch information