Loading pkgs/development/python-modules/pysmartdl/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,11 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; # https://docs.python.org/3/whatsnew/3.13.html#unittest preCheck = '' substituteInPlace test/test_pySmartDL.py \ --replace-fail 'unittest.makeSuite(' 'unittest.TestLoader().loadTestsFromTestCase(' ''; disabledTests = [ # touch the network "test_basic_auth" Loading Loading
pkgs/development/python-modules/pysmartdl/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,11 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; # https://docs.python.org/3/whatsnew/3.13.html#unittest preCheck = '' substituteInPlace test/test_pySmartDL.py \ --replace-fail 'unittest.makeSuite(' 'unittest.TestLoader().loadTestsFromTestCase(' ''; disabledTests = [ # touch the network "test_basic_auth" Loading