python3Packages.argparse-manpage: disable failing tests
This commit is contained in:
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 = {
|
||||
|
||||
Reference in New Issue
Block a user