python3Packages.typing-inspect: switch to pytest and disable failing test
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
, fetchPypi
|
||||
, typing-extensions
|
||||
, mypy-extensions
|
||||
, pytestCheckHook
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -20,6 +21,19 @@ buildPythonPackage rec {
|
||||
mypy-extensions
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# https://github.com/ilevkivskyi/typing_inspect/issues/84
|
||||
"test_typed_dict_typing_extension"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"typing_inspect"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Runtime inspection utilities for Python typing module";
|
||||
homepage = "https://github.com/ilevkivskyi/typing_inspect";
|
||||
|
||||
Reference in New Issue
Block a user