mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.sphinx-prompt: disable failing test
This commit is contained in:
@@ -56,6 +56,11 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
|
||||
disabledTests = [
|
||||
# AsserationError
|
||||
"test[arguments10-options10-content10"
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "Sphinx extension for creating unselectable prompt";
|
||||
homepage = "https://github.com/sbrunner/sphinx-prompt";
|
||||
|
||||
Reference in New Issue
Block a user