From b9c671b5a85ffdb6324d3075052ec38f1d70e7c7 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Sat, 13 Apr 2024 09:09:40 +0200 Subject: [PATCH] Remove test dependency on psycopg2 No longer using database for testing. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7bb53c0..eb75f97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,6 @@ richtext = [ test = [ "flake8", - "psycopg2-binary", "pytest", "pytest-xdist[psutil]", "setuptools",