poetry2nix/tests/closure-size/pyproject.toml
Oleh Stolyar 719f74ef4c Add a closure size test
Can fail with the following:

output '/nix/store/dxxkcgkl4qfypf97jcw96lgba671hqmb-closure-size-1.0.0' is not allowed to refer to the following paths:
  /nix/store/9bi4j2k7bnqprn6h2ijn63xgskdgacxk-poetry-1.0.2
  /nix/store/bqr68255raz3icc73nq6788105v0r748-postgresql-11.6
  /nix/store/qksib0d7ygx1mmqk7172yjz02ya13lsh-gcc-9.2.0
2020-01-17 15:45:16 +00:00

17 lines
309 B
TOML

[tool.poetry]
name = "closure-size"
version = "1.0.0"
description = ""
authors = []
[tool.poetry.dependencies]
python = "^3.6"
psycopg2 = "*"
trivial = { path = "../trivial" }
[tool.poetry.scripts]
main = "closure_size:main"
[build-system]
requires = ["poetry>=1.0.0"]
build-backend = "poetry.masonry.api"