mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
scriv: fix build by disabling test
This commit is contained in:
parent
4be1f0c9bb
commit
de791e7b56
1 changed files with 2 additions and 3 deletions
|
@ -49,9 +49,8 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
disabledTests = [
|
disabledTests = [
|
||||||
# assumes we have checked out the full repo (including remotes)
|
# assumes we have checked out the full repo (including remotes)
|
||||||
"test_real_get_github_repos"
|
"test_real_get_github_repos"
|
||||||
# requires a newer pandoc version (as it tests for a specific format of the
|
# test fails due to a pandoc bug (fixed in pandoc 3.6.4)
|
||||||
# error message)
|
"test_convert_to_markdown"
|
||||||
"test_bad_convert_to_markdown"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
passthru.tests = {
|
passthru.tests = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue