Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

ensure typing backport uninstalled first #4162

Merged
merged 1 commit into from
Apr 28, 2020
Merged

ensure typing backport uninstalled first #4162

merged 1 commit into from
Apr 28, 2020

Conversation

epwalsh
Copy link
Member

@epwalsh epwalsh commented Apr 28, 2020

Ugh, somehow fix # 2 still didn't do it

@epwalsh epwalsh requested a review from dirkgr April 28, 2020 18:54
@epwalsh
Copy link
Member Author

epwalsh commented Apr 28, 2020

@@ -57,15 +57,18 @@ test-with-cov :

.PHONY : install
install :
# Making sure the typing backport isn't installed.
pip uninstall -y typing
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: this will have exit code 0 even if typing is not installed

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, but it prints a warning. That's why I did the grep thing.

Copy link
Member

@dirkgr dirkgr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm OK with it as it is, but I prefer to silence the warning.

@@ -57,15 +57,18 @@ test-with-cov :

.PHONY : install
install :
# Making sure the typing backport isn't installed.
pip uninstall -y typing
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, but it prints a warning. That's why I did the grep thing.

@epwalsh epwalsh merged commit d9dd503 into master Apr 28, 2020
@epwalsh epwalsh deleted the pip-fix branch April 28, 2020 20:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants