15five / scim2-filter-parser

A customizable parser/transpiler for SCIM2.0 filters
Other
23 stars 8 forks source link

Replace poetry with poetry-core #43

Closed tjni closed 3 weeks ago

tjni commented 1 year ago

In nixpkgs, we build Python packages using build instead of poetry, and so we only need to use the more lightweight poetry-core as the PEP 517 build backend.

tjni commented 4 weeks ago

@logston would you have time to review this PR?

logston commented 3 weeks ago

Looks good. Thanks @tjni.

$ tox
...
  py38: OK (7.42=setup[3.08]+cmd[2.87,1.46] seconds)
  py39: OK (3.87=setup[2.41]+cmd[0.50,0.95] seconds)
  py310: OK (5.24=setup[2.77]+cmd[1.16,1.31] seconds)
  py311: OK (2.30=setup[1.24]+cmd[0.35,0.72] seconds)
  flake8: OK (2.08=setup[1.20]+cmd[0.35,0.52] seconds)
  coverage: OK (2.47=setup[1.22]+cmd[0.35,0.90] seconds)
  congratulations :) (23.41 seconds)