poetry2nix/tests/markupsafe2/default.nix
Andreas Rammhold 7113a96c35
Add MarkupSafe2 test case
This test case is what initially motivated the move towards Pypi API
based fallback fetching.
2021-05-13 21:48:04 +02:00

7 lines
140 B
Nix

{ lib, poetry2nix, python3 }:
poetry2nix.mkPoetryEnv {
python = python3;
pyproject = ./pyproject.toml;
poetrylock = ./poetry.lock;
}