cel-python icon indicating copy to clipboard operation
cel-python copied to clipboard

Remove defunct Makefile targets

Open KueZie opened this issue 1 year ago • 1 comments

Root Makefile contains defuct targets including but not limited to:

install:
  python3 -m venv .
  . bin/activate && pip install -r requirements-dev.txt

This functionality seems to have been ported to tox.ini and was never removed.

KueZie avatar May 23 '24 15:05 KueZie

After looking at the Makefile, my suggestion on deleting was a bad idea.

I don't think it should be deleted. I think it needs to be rewritten to use poetry properly instead of trivially deleted.

slott56 avatar May 23 '24 17:05 slott56

addressed in #87

kapilt avatar Feb 14 '25 13:02 kapilt