python313Packages.pysmartdl: fix tests (#404507)

+5
+5
pkgs/development/python-modules/pysmartdl/default.nix
··· 22 23 nativeCheckInputs = [ pytestCheckHook ]; 24 25 disabledTests = [ 26 # touch the network 27 "test_basic_auth"
··· 22 23 nativeCheckInputs = [ pytestCheckHook ]; 24 25 + # https://docs.python.org/3/whatsnew/3.13.html#unittest 26 + preCheck = '' 27 + substituteInPlace test/test_pySmartDL.py \ 28 + --replace-fail 'unittest.makeSuite(' 'unittest.TestLoader().loadTestsFromTestCase(' 29 + ''; 30 disabledTests = [ 31 # touch the network 32 "test_basic_auth"