Nose is back.

Greetings


debian/changelog:  * Drop python3-nose from build dependencies.
debian/control:               python3-nose,
setup.cfg:[nosetests]
setup.py:        'nose',
setup.py:    test_suite='nose.collector',
test/python_tests/python_plugin_test.py:# from nose.tools import *
test/run_tests.py:    import nose
test/run_tests.py:        "Unable to run python tests: the third party
'nose' module is required"
test/run_tests.py:        "\nTo install 'nose' do:"
test/run_tests.py:        "\n\tsudo pip install nose (or on debian systems: "
test/run_tests.py:        "apt-get install python-nose): %s\n" % e)
test/run_tests.py:    from nose.plugins.doctests import Doctest
test/run_tests.py:        print("- Running nosetests:")
test/run_tests.py:        # 3 * '-v' gets us debugging information from nose
test/run_tests.py:    if not nose.run(argv=argv,
plugins=[TodoPlugin(), Doctest()]):

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to