From 50b37fc088d71b94813d98cefc7f3d0e1d42f645 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 3f36869d9d..50e1003ee0 100755 --- a/test/test_download.py +++ b/test/test_download.py @@ -65,10 +65,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 = {}