Remove nose test runner

This commit is contained in:
Aarni Halinen
2022-08-01 21:09:17 +03:00
parent e408809e58
commit 70d7f55996
3 changed files with 1 additions and 55 deletions
-2
View File
@@ -11,7 +11,6 @@ Django = "^2.2.19"
requests = "2.27.1"
django-cors-headers = "^3.7.0"
djangorestframework = "^3.12.4"
django-nose = "^1.4.5"
psycopg2-binary = "2.8.6"
django-bootstrap3 = "^11.1.0"
django-tables2 = "^1.6.1"
@@ -41,7 +40,6 @@ djangorestframework-simplejwt = "^5.2.0"
[tool.poetry.dev-dependencies]
coverage = "^6.4.2"
nose-exclude = "^0.5.0"
safety = "^2.1.1"
black = "^22.6.0"