hypatia-software-org / hypatia-engine

Hypatia Engine: make 2D action adventure games. For programmers and nonprogrammers alike.

Home Page:http://engine.hypatiasoftware.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test script should reinstall pip depends

kawa-kokosowa opened this issue · comments

Test script should reinstall pip depends
"$PIP" install --user --no-cache-dir --upgrade .

You mean like that? If so, maybe the script should also remove dependencies when running uninstall, which I don't think it does by default. Removing dependencies as part of the process would remove any dependencies which we later decide to stop using.

I think there's a --force-reinstall

I think there's a --force-reinstall

There is; I just tried it out. PIP still requires --upgrade, otherwise --force-reinstall does nothing.

You were asking me about the "tags" like [Chore], they come from my Git commit template. I find having a commit template useful for having stuff like GitHub-Issue: or Closes: lines already in every commit message, so I can just un-comment the metadata I want to use.