python3Packages.argparse-manpage: disable failing tests

This commit is contained in:
Martin Weinelt
2025-11-25 12:39:06 -08:00
committed by Robert Schütz
parent 403bc4fa60
commit 350ea6f843
@@ -41,6 +41,11 @@ buildPythonPackage rec {
"test_old_example_file_name"
];
disabledTestPaths = [
# network access to install setuptools, likely due to pip update
"tests/test_examples.py"
];
pythonImportsCheck = [ "argparse_manpage" ];
optional-dependencies = {