Remove test dependency on psycopg2

No longer using database for testing.
This commit is contained in:
Ivan Habunek 2024-04-13 09:09:40 +02:00
parent 77d8e7d7b5
commit b9c671b5a8
No known key found for this signature in database
GPG Key ID: F5F0623FF5EBCB3D
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ richtext = [
test = [
"flake8",
"psycopg2-binary",
"pytest",
"pytest-xdist[psutil]",
"setuptools",