From 5fc1af3e025ea6ffaca300fcd8a49d012fa3a9ac Mon Sep 17 00:00:00 2001 From: Mike Fogel Date: Sat, 25 Nov 2023 15:13:10 -0800 Subject: [PATCH] Remove uncessary dependency --- poetry.lock | 16 +--------------- pyproject.toml | 1 - 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/poetry.lock b/poetry.lock index 497a182..88bd5f3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -654,20 +654,6 @@ files = [ [package.dependencies] pytest = ">=3.2.5" -[[package]] -name = "pytest-pythonpath" -version = "0.7.4" -description = "pytest plugin for adding to the PYTHONPATH from command line or configs." -optional = false -python-versions = ">=2.6, <4" -files = [ - {file = "pytest-pythonpath-0.7.4.tar.gz", hash = "sha256:64e195b23a8f8c0c631fb16882d9ad6fa4137ed1f2961ddd15d52065cd435db6"}, - {file = "pytest_pythonpath-0.7.4-py3-none-any.whl", hash = "sha256:e73e11dab2f0b83e73229e261242b251f0a369d7f527dbfec068822fd26a6ce5"}, -] - -[package.dependencies] -pytest = ">=2.5.2,<7" - [[package]] name = "pytz" version = "2023.3.post1" @@ -832,4 +818,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "30436b1c225fd7570ea535458ea6f4c02328a0592b543c6751a34f2598035649" +content-hash = "8134cf4956d631e5f366dce81a3b4faa5f559c685ffab83dd2a858bba17dee52" diff --git a/pyproject.toml b/pyproject.toml index 883cb68..3eb2d94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,6 @@ flake8 = "^5.0.4" psycopg2-binary = "^2.9.3" pytest = "^6.2.5" pytest-django = "^4.5.2" -pytest-pythonpath = "^0.7.3" pytest-lazy-fixture = "^0.6.3" pytest-cov = "^3.0.0" black = "^23.3.0"