svtplay-dl: use nose3 for Python 3.11
This commit is contained in:
parent
5d50cc4fd5
commit
73a65850e0
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
let
|
let
|
||||||
|
|
||||||
inherit (python3Packages)
|
inherit (python3Packages)
|
||||||
python pytest nose cryptography pyyaml requests mock requests-mock
|
python pytest nose3 cryptography pyyaml requests mock requests-mock
|
||||||
python-dateutil setuptools;
|
python-dateutil setuptools;
|
||||||
|
|
||||||
version = "4.28.1";
|
version = "4.28.1";
|
||||||
|
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
||||||
pythonPaths = [ cryptography pyyaml requests ];
|
pythonPaths = [ cryptography pyyaml requests ];
|
||||||
buildInputs = [ python perl python-dateutil setuptools ] ++ pythonPaths;
|
buildInputs = [ python perl python-dateutil setuptools ] ++ pythonPaths;
|
||||||
nativeBuildInputs = [ gitMinimal zip makeWrapper ];
|
nativeBuildInputs = [ gitMinimal zip makeWrapper ];
|
||||||
nativeCheckInputs = [ nose pytest mock requests-mock ];
|
nativeCheckInputs = [ nose3 pytest mock requests-mock ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace scripts/run-tests.sh \
|
substituteInPlace scripts/run-tests.sh \
|
||||||
|
|
Loading…
Reference in a new issue