buildpg icon indicating copy to clipboard operation
buildpg copied to clipboard

Pep440 issue installing branch with poetry

Open euri10 opened this issue 2 years ago • 1 comments

While waiting for https://github.com/samuelcolvin/buildpg/pull/44 to be merged I wanted to use my fork, howwever poetry finds the version = ' dev' is not pep404 compatible and refuses to install/ something like 0.4.0.dev maybe would be more appropriate ?

euri10 avatar Apr 02 '23 13:04 euri10

we should:

  • remove poetry - use hatchling instead
  • pin requirements so tests don't fail
  • set the version in pyproject.toml and check it matches the release tag using https://github.com/samuelcolvin/check-python-version

Effectively copy the set up from https://github.com/samuelcolvin/pytest-pretty.

I'm pretty busy trying to get the alpha of pydantic out today and tomorrow, might be able to look on Tuesday.

samuelcolvin avatar Apr 02 '23 13:04 samuelcolvin