Skip to content

Commit

Permalink
Remove nose test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Mihálik committed Nov 11, 2023
1 parent 3cf5da4 commit 50cdb6c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 55 deletions.
2 changes: 0 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ python-magic = "~=0.4"

[dev-packages]
autopep8 = "*"
django-nose = "*"
django-rest-swagger = "*"
django-typomatic = "*"
pinocchio = "*"
pylint = "*"
pylint-django = "*"
unidecode = "*"
46 changes: 3 additions & 43 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
5 changes: 0 additions & 5 deletions webstrom/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,3 @@

EMAIL_NO_REPLY = '[email protected]' # z tade sa odosielaju maily
EMAIL_ALERT = '[email protected]' # tu sa prijimaju maily

# Tests

TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'
NOSE_ARGS = ['--with-spec', '--spec-color', '--nocapture']

0 comments on commit 50cdb6c

Please sign in to comment.