diff --git a/Pipfile b/Pipfile index c687d9e6..e1ae298d 100644 --- a/Pipfile +++ b/Pipfile @@ -17,10 +17,8 @@ python-magic = "~=0.4" [dev-packages] autopep8 = "*" -django-nose = "*" django-rest-swagger = "*" django-typomatic = "*" -pinocchio = "*" pylint = "*" pylint-django = "*" unidecode = "*" diff --git a/Pipfile.lock b/Pipfile.lock index 698f0c05..42c36227 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "7dbb260ccf888f6a227ae3d15c1e74481a86e03eb6ba3848906bf5f63ccce2d2" + "sha256": "f55a17c526de1dd85fd9de987e3c572773fe32cf6b88130b9a551fcc9a786de5" }, "pipfile-spec": 6, "requires": {}, @@ -513,7 +513,7 @@ "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926", "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'", "version": "==1.16.0" }, "sqlparse": { @@ -731,14 +731,6 @@ "markers": "python_full_version >= '3.7.0'", "version": "==3.3.2" }, - "colorama": { - "hashes": [ - "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44", - "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6" - ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'", - "version": "==0.4.6" - }, "coreapi": { "hashes": [ "sha256:46145fcc1f7017c076a2ef684969b641d18a2991051fddec9458ad3f78ffc1cb", @@ -769,14 +761,6 @@ "index": "pypi", "version": "==3.2.23" }, - "django-nose": { - "hashes": [ - "sha256:304adc447ee35b889b733d7106004f98aa401d8387ddcada5d4f2239d86790a9", - "sha256:a4885cd002d65fd2de96e2bb2563ef477c3fbe207009360c015fca5c3b5561b7" - ], - "index": "pypi", - "version": "==1.4.7" - }, "django-rest-swagger": { "hashes": [ "sha256:48f6aded9937e90ae7cbe9e6c932b9744b8af80cc4e010088b3278c700e0685b", @@ -906,28 +890,12 @@ "markers": "python_version >= '3.6'", "version": "==0.7.0" }, - "nose": { - "hashes": [ - "sha256:9ff7c6cc443f8c51994b34a667bbcf45afd6d945be7477b52e97516fd17c53ac", - "sha256:dadcddc0aefbf99eea214e0f1232b94f2fa9bd98fa8353711dacb112bfcbbb2a", - "sha256:f1bffef9cbc82628f6e7d7b40d7e255aefaa1adb6a1b1d26c69a8b79e6208a98" - ], - "version": "==1.3.7" - }, "openapi-codec": { "hashes": [ "sha256:1bce63289edf53c601ea3683120641407ff6b708803b8954c8a876fe778d2145" ], "version": "==1.3.2" }, - "pinocchio": { - "hashes": [ - "sha256:c09b190ed4e728e4782a17de17200780fac91b7cf9b604fd1892cbf5a453b81d", - "sha256:fc512a888f828987521a9beec20d5416746fb5209bc74de410153300dc2b2cd6" - ], - "index": "pypi", - "version": "==0.4.3" - }, "platformdirs": { "hashes": [ "sha256:118c954d7e949b35437270383a3f2531e99dd93cf7ce4dc8340d3356d30f173b", @@ -1084,7 +1052,7 @@ "sha256:febffa5b1eda6622d44b245b0685aff6fb555ce0ed734e2d7b1c3acd018a2cff", "sha256:ff836cd4041e16003549449cc0a5e372f6b6f871eb89007ab0ee18fb2800fded" ], - "markers": "python_version >= '2.5' and python_version not in '3.0, 3.1, 3.2, 3.3'", + "markers": "python_version >= '2.5' and python_version not in '3.0, 3.1, 3.2'", "version": "==3.19.2" }, "sqlparse": { @@ -1103,14 +1071,6 @@ "markers": "python_version >= '3.7'", "version": "==0.12.2" }, - "unidecode": { - "hashes": [ - "sha256:3c90b4662aa0de0cb591884b934ead8d2225f1800d8da675a7750cbc3bd94610", - "sha256:663a537f506834ed836af26a81b210d90cbde044c47bfbdc0fbbc9f94c86a6e4" - ], - "index": "pypi", - "version": "==1.3.7" - }, "uritemplate": { "hashes": [ "sha256:4346edfc5c3b79f694bccd6d6099a322bbeb628dbf2cd86eea55a456ce5124f0", diff --git a/requirements.txt b/requirements.txt index 2587e284..1a8614fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,6 @@ autopep8==2.0.4 certifi==2023.7.22 cffi==1.16.0 charset-normalizer==3.3.2 -colorama==0.4.6 constantly==23.10.4 coreapi==2.3.3 coreschema==0.0.4 @@ -20,7 +19,6 @@ Django==3.2.23 django-admin-list-filter-dropdown==1.0.3 django-allauth==0.58.2 django-filter==2.4.0 -django-nose==1.4.7 django-rest-swagger==2.2.0 django-typomatic==2.4.2 djangorestframework==3.14.0 @@ -33,11 +31,9 @@ itypes==1.2.0 Jinja2==3.1.2 MarkupSafe==2.1.3 mccabe==0.7.0 -nose==1.3.7 oauthlib==3.2.2 openapi-codec==1.3.2 Pillow==9.5.0 -pinocchio==0.4.3 platformdirs==4.0.0 pyasn1==0.5.0 pyasn1-modules==0.3.0 @@ -61,7 +57,6 @@ tomlkit==0.12.2 Twisted==23.10.0 txaio==23.1.1 typing_extensions==4.8.0 -Unidecode==1.3.7 uritemplate==4.1.1 urllib3==2.0.7 zope.interface==6.1 diff --git a/webstrom/settings.py b/webstrom/settings.py index 7d51c978..792be1ac 100644 --- a/webstrom/settings.py +++ b/webstrom/settings.py @@ -196,8 +196,3 @@ EMAIL_NO_REPLY = 'no-reply@strom.sk' # z tade sa odosielaju maily EMAIL_ALERT = 'alert-email-address@strom.sk' # tu sa prijimaju maily - -# Tests - -TEST_RUNNER = 'django_nose.NoseTestSuiteRunner' -NOSE_ARGS = ['--with-spec', '--spec-color', '--nocapture']