1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-06-09 06:10:43 +00:00

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

View File

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