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

Relax test_list_installed_deps() to allow other packages #2796

Merged
merged 1 commit into from Dec 31, 2022

Commits on Dec 31, 2022

  1. Relax test_list_installed_deps() to allow other packages

    Relax the check in `test_list_installed_deps()` to allow `pip freeze`
    to return other packages before `pip`.  This is necessary
    if the Python interpreter vendors some packages itself, so that they
    are available even in fresh venv.  This is the case e.g. for cffi
    in PyPy.
    mgorny committed Dec 31, 2022
    Copy the full SHA
    fb69a52 View commit details
    Browse the repository at this point in the history