Unverified Commit b654ff50 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

python313Packages.pysmartdl: fix tests (#404507)

parents e06e469c 565a8722
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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"