mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 09:41:39 -05:00
chore: remove unused uwsgi test
This commit is contained in:
parent
b6ddb11e1e
commit
53533f6200
4 changed files with 0 additions and 38 deletions
|
@ -1,6 +0,0 @@
|
|||
{ lib, poetry2nix, runCommand }:
|
||||
poetry2nix.mkPoetryApplication {
|
||||
pyproject = ./pyproject.toml;
|
||||
poetrylock = ./poetry.lock;
|
||||
src = lib.cleanSource ./.;
|
||||
}
|
17
tests/uwsgi/poetry.lock
generated
17
tests/uwsgi/poetry.lock
generated
|
@ -1,17 +0,0 @@
|
|||
[[package]]
|
||||
name = "uwsgi"
|
||||
version = "2.0.19.1"
|
||||
description = "The uWSGI server"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "ec1973a5762a2a84e937c4d4712774561a9ddbbe91905a20053e4890176f1a33"
|
||||
|
||||
[metadata.files]
|
||||
uwsgi = [
|
||||
{file = "uWSGI-2.0.19.1.tar.gz", hash = "sha256:faa85e053c0b1be4d5585b0858d3a511d2cd10201802e8676060fd0a109e5869"},
|
||||
]
|
|
@ -1,15 +0,0 @@
|
|||
[tool.poetry]
|
||||
name = "test_uwsgi"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = []
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
uwsgi = "^2.0.19"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
Loading…
Add table
Reference in a new issue