chore: remove unused uwsgi test

This commit is contained in:
Phillip Cloud 2023-10-26 05:07:26 -04:00
parent b6ddb11e1e
commit 53533f6200
No known key found for this signature in database
GPG key ID: D908212070FD785E
4 changed files with 0 additions and 38 deletions

View file

@ -1,6 +0,0 @@
{ lib, poetry2nix, runCommand }:
poetry2nix.mkPoetryApplication {
pyproject = ./pyproject.toml;
poetrylock = ./poetry.lock;
src = lib.cleanSource ./.;
}

View file

@ -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"},
]

View file

@ -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"