From 0336db4cdf13810a265b1d3433d7a857f51ad22a Mon Sep 17 00:00:00 2001 From: gesh Date: Wed, 2 Jul 2025 16:10:32 +0300 Subject: [PATCH] Remove last remnant of nosetests TestDownload was setting a custom nosetest flag, remove it as we no longer use nose --- test/test_download.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/test_download.py b/test/test_download.py index c7842735c2..1714cb52ec 100755 --- a/test/test_download.py +++ b/test/test_download.py @@ -66,10 +66,6 @@ def _file_md5(fn): @is_download_test class TestDownload(unittest.TestCase): - # Parallel testing in nosetests. See - # http://nose.readthedocs.org/en/latest/doc_tests/test_multiprocess/multiprocess.html - _multiprocess_shared_ = True - maxDiff = None COMPLETED_TESTS = {}