python311Packages.deprecat: disable sphinx tests

This commit is contained in:
Fabian Affolter 2024-03-28 10:47:47 +01:00
parent 46d0743eea
commit b39e6ad6a7

View File

@ -37,6 +37,11 @@ buildPythonPackage rec {
"deprecat"
];
disabledTestPaths = [
# https://github.com/mjhajharia/deprecat/issues/13
"tests/test_sphinx.py"
];
meta = with lib; {
description = "Decorator to deprecate old python classes, functions or methods";
homepage = "https://github.com/mjhajharia/deprecat";