Merge pull request #91451 from callahad/typeguard-fixup

typeguard: fix tests
This commit is contained in:
Lancelot SIX 2020-06-25 10:15:42 +01:00 committed by GitHub
commit ec1d9c63d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@
, stdenv
, setuptools_scm
, pytest
, typing-extensions
, glibcLocales
}:
@ -25,7 +26,7 @@ buildPythonPackage rec {
substituteInPlace setup.cfg --replace " --cov" ""
'';
checkInputs = [ pytest ];
checkInputs = [ pytest typing-extensions ];
checkPhase = ''
py.test .