python-mapnik icon indicating copy to clipboard operation
python-mapnik copied to clipboard

Use pytest instead of nose

Open sebastic opened this issue 1 year ago • 0 comments

As reported in Debian Bug #1018529, nose is an obsolete testing framework for Python, dead and unmaintained since 2015 [1][2], nose2 or pytest should be used instead.

Only test/run_tests.py still uses nose, and was used for Travis CI in the past, but it doesn't seem to be used any more. I think the script can just be removed.

sebastic avatar Aug 11 '24 07:08 sebastic