Merge pull request #91451 from callahad/typeguard-fixup
typeguard: fix tests
This commit is contained in:
commit
ec1d9c63d7
@ -4,6 +4,7 @@
|
|||||||
, stdenv
|
, stdenv
|
||||||
, setuptools_scm
|
, setuptools_scm
|
||||||
, pytest
|
, pytest
|
||||||
|
, typing-extensions
|
||||||
, glibcLocales
|
, glibcLocales
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -25,7 +26,7 @@ buildPythonPackage rec {
|
|||||||
substituteInPlace setup.cfg --replace " --cov" ""
|
substituteInPlace setup.cfg --replace " --cov" ""
|
||||||
'';
|
'';
|
||||||
|
|
||||||
checkInputs = [ pytest ];
|
checkInputs = [ pytest typing-extensions ];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
py.test .
|
py.test .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user