We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e06e469 + 565a872 commit b654ff5Copy full SHA for b654ff5
pkgs/development/python-modules/pysmartdl/default.nix
@@ -22,6 +22,11 @@ buildPythonPackage rec {
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"
0 commit comments