tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python313Packages.pysmartdl: fix tests (#404507)
Vladimír Čunát
9 months ago
b654ff50
e06e469c
+5
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pysmartdl
default.nix
+5
pkgs/development/python-modules/pysmartdl/default.nix
···
22
22
23
23
nativeCheckInputs = [ pytestCheckHook ];
24
24
25
25
+
# https://docs.python.org/3/whatsnew/3.13.html#unittest
26
26
+
preCheck = ''
27
27
+
substituteInPlace test/test_pySmartDL.py \
28
28
+
--replace-fail 'unittest.makeSuite(' 'unittest.TestLoader().loadTestsFromTestCase('
29
29
+
'';
25
30
disabledTests = [
26
31
# touch the network
27
32
"test_basic_auth"