Skip to content
New issue

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

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

Already on GitHub? # to your account

👌 Improve error handling when CONDA environ variable isn't set #434

Merged
merged 6 commits into from
May 17, 2024

Commits on May 17, 2024

  1. 🧹 Fix typo

    s-weigand committed May 17, 2024
    Configuration menu
    Copy the full SHA
    c701d81 View commit details
    Browse the repository at this point in the history
  2. 👌 Raise error if CONDA env var isn't set

    👌 Reference issue in error for macOs > 12
    s-weigand committed May 17, 2024
    Configuration menu
    Copy the full SHA
    af97047 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54b7642 View commit details
    Browse the repository at this point in the history
  4. 🚇🩹 Fix failing integration test for pypy2.7

    The problem was that pip 9 (latest available pip for pypy2.7) uses outdated SSL certs resulting in the following error:
    Collecting pytest
      Could not fetch URL https://pypi.python.org/simple/pytest/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed - skipping
      Could not find a version that satisfies the requirement pytest (from versions: )
    No matching distribution found for pytest
    s-weigand committed May 17, 2024
    Configuration menu
    Copy the full SHA
    04f4334 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e66608a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee2c7f3 View commit details
    Browse the repository at this point in the history