Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pythonPackages.pytest: fix .pytest_cache, again #45898

Merged
merged 2 commits into from
Sep 4, 2018
Merged

Commits on Sep 2, 2018

  1. pythonPackages.pytest.setupHook: run in correct phase

    It was reported that the 2nd solution wasn't working as expected because
    it was ran in the wrong phase.
    
    This commit creates a new phase, in between the installCheckPhase and distPhase.
    FRidh committed Sep 2, 2018
    Configuration menu
    Copy the full SHA
    636b5c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccabf5f View commit details
    Browse the repository at this point in the history