diff -Nru beautifulsoup4-4.10.0/debian/changelog beautifulsoup4-4.10.0/debian/changelog --- beautifulsoup4-4.10.0/debian/changelog 2021-10-23 22:04:48.000000000 +0000 +++ beautifulsoup4-4.10.0/debian/changelog 2021-10-24 18:39:39.000000000 +0000 @@ -1,3 +1,9 @@ +beautifulsoup4 (4.10.0-2) unstable; urgency=medium + + * Replace nose with pytest (see: #997758). + + -- Stefano Rivera Sun, 24 Oct 2021 11:39:39 -0700 + beautifulsoup4 (4.10.0-1) unstable; urgency=medium * New upstream release. (Closes: #997146) diff -Nru beautifulsoup4-4.10.0/debian/tests/control beautifulsoup4-4.10.0/debian/tests/control --- beautifulsoup4-4.10.0/debian/tests/control 2021-10-23 22:04:48.000000000 +0000 +++ beautifulsoup4-4.10.0/debian/tests/control 2021-10-24 18:39:39.000000000 +0000 @@ -3,5 +3,5 @@ python3-all, python3-bs4, python3-html5lib, - python3-lxml, - python3-nose (>= 1.3) + python3-pytest, + python3-lxml diff -Nru beautifulsoup4-4.10.0/debian/tests/unittests3 beautifulsoup4-4.10.0/debian/tests/unittests3 --- beautifulsoup4-4.10.0/debian/tests/unittests3 2021-10-23 22:04:48.000000000 +0000 +++ beautifulsoup4-4.10.0/debian/tests/unittests3 2021-10-24 18:39:39.000000000 +0000 @@ -13,5 +13,5 @@ for py in $pys; do echo "=== $py ===" - $py -m nose tests 2>&1 + $py -m pytest tests done