forked from mirrors/nixpkgs
pubs: disable failing test
This commit is contained in:
parent
55c538d0c2
commit
ee84c94ad9
|
@ -62,6 +62,8 @@ python3.pkgs.buildPythonApplication rec {
|
|||
disabledTests = [
|
||||
# https://github.com/pubs/pubs/issues/276
|
||||
"test_readme"
|
||||
# AssertionError: Lists differ: ['Ini[112 chars]d to...
|
||||
"test_add_non_standard"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
|
Loading…
Reference in a new issue