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

Debugging doctest failure #261

Merged
merged 5 commits into from
Oct 16, 2021
Merged

Debugging doctest failure #261

merged 5 commits into from
Oct 16, 2021

Conversation

lgarrison
Copy link
Collaborator

We're getting ERROR: Cannot uninstall 'certifi'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall. e.g. here: https://github.com/manodeep/Corrfunc/pull/258/checks?check_run_id=3886102439

Not sure why, maybe an environment issue? Opening this PR to debug.

@lgarrison lgarrison added this to the v2.5.0 milestone Oct 14, 2021
@lgarrison
Copy link
Collaborator Author

The issue appears to be that an old (2016) version of certifi is installed with Python 3.6. I guess it's a pinned dependency, because a conda update doesn't update the version. I think it should be fine if we use Python 3.8 for doctests instead, which comes preloaded with a compatible certifi version.

@manodeep
Copy link
Owner

Should be fine for doctests to run on a more recent version of python. Should we add an entry to the changelog?

@lgarrison lgarrison merged commit 232146e into master Oct 16, 2021
@lgarrison lgarrison deleted the doctest-ci branch October 16, 2021 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants