Skip to content

Commit 50cdb6c

Browse files
author
Martin Mihálik
committed
Remove nose test runner
1 parent 3cf5da4 commit 50cdb6c

File tree

4 files changed

+3
-55
lines changed

4 files changed

+3
-55
lines changed

Pipfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@ python-magic = "~=0.4"
1717

1818
[dev-packages]
1919
autopep8 = "*"
20-
django-nose = "*"
2120
django-rest-swagger = "*"
2221
django-typomatic = "*"
23-
pinocchio = "*"
2422
pylint = "*"
2523
pylint-django = "*"
2624
unidecode = "*"

Pipfile.lock

Lines changed: 3 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ autopep8==2.0.4
77
certifi==2023.7.22
88
cffi==1.16.0
99
charset-normalizer==3.3.2
10-
colorama==0.4.6
1110
constantly==23.10.4
1211
coreapi==2.3.3
1312
coreschema==0.0.4
@@ -20,7 +19,6 @@ Django==3.2.23
2019
django-admin-list-filter-dropdown==1.0.3
2120
django-allauth==0.58.2
2221
django-filter==2.4.0
23-
django-nose==1.4.7
2422
django-rest-swagger==2.2.0
2523
django-typomatic==2.4.2
2624
djangorestframework==3.14.0
@@ -33,11 +31,9 @@ itypes==1.2.0
3331
Jinja2==3.1.2
3432
MarkupSafe==2.1.3
3533
mccabe==0.7.0
36-
nose==1.3.7
3734
oauthlib==3.2.2
3835
openapi-codec==1.3.2
3936
Pillow==9.5.0
40-
pinocchio==0.4.3
4137
platformdirs==4.0.0
4238
pyasn1==0.5.0
4339
pyasn1-modules==0.3.0
@@ -61,7 +57,6 @@ tomlkit==0.12.2
6157
Twisted==23.10.0
6258
txaio==23.1.1
6359
typing_extensions==4.8.0
64-
Unidecode==1.3.7
6560
uritemplate==4.1.1
6661
urllib3==2.0.7
6762
zope.interface==6.1

webstrom/settings.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,3 @@
196196

197197
EMAIL_NO_REPLY = '[email protected]' # z tade sa odosielaju maily
198198
EMAIL_ALERT = '[email protected]' # tu sa prijimaju maily
199-
200-
# Tests
201-
202-
TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'
203-
NOSE_ARGS = ['--with-spec', '--spec-color', '--nocapture']

0 commit comments

Comments
 (0)