Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.7: blessings uses nose #164

Open
kloczek opened this issue Dec 30, 2021 · 1 comment
Open

1.7: blessings uses nose #164

kloczek opened this issue Dec 30, 2021 · 1 comment

Comments

@kloczek
Copy link

kloczek commented Dec 30, 2021

Looks like blessings is one of the last few modules which is still using nose which should not be used with python 3.x https://nose.readthedocs.io/en/latest/
Any plans to migrate to pytest or even unittest? (better would be pytest)

[tkloczko@ss-desktop blessings-1.7]$ grep -r nose
blessings/tests.py:from nose import SkipTest
blessings/tests.py:from nose.tools import eq_
blessings/__init__.py:            # work even when -s is passed to nosetests. Lean toward sending
blessings/__init__.py:            # running simply `nosetests` (without progressive) on nose-
.travis.yml:  - pip install -q nose
.travis.yml:  - nosetests -w /tmp blessings.tests
setup.py:    tests_require=['nose'],
setup.py:    test_suite='nose.collector',
tox.ini:commands = nosetests blessings
tox.ini:    nose
README.rst:  * Extracted Blessings from nose-progressive, my `progress-bar-having,
README.rst:.. _`progress-bar-having, traceback-shortcutting, rootin', tootin' testrunner`: http://pypi.python.org/pypi/nose-progressive/
@TheChymera
Copy link

TheChymera commented Jan 6, 2023

@kloczek Here's a PR for this, doesn't quite work yet, help welcome:

#165

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants