haskellPackages.xmlbf: skip ordering dependent tests
This commit is contained in:
parent
b51b7162b1
commit
64a14527a9
1 changed files with 6 additions and 0 deletions
|
@ -2212,5 +2212,11 @@ self: super: {
|
|||
"--skip" "/toJsonSerializer/should generate valid JSON/"
|
||||
] ++ drv.testFlags or [];
|
||||
}) super.hschema-aeson;
|
||||
# https://gitlab.com/k0001/xmlbf/-/issues/32
|
||||
xmlbf = overrideCabal (drv: {
|
||||
testFlags = [
|
||||
"-p" "!/xml: <x b=\"\" a=\"y\"><\\/x>/&&!/xml: <x b=\"z\" a=\"y\"><\\/x>/"
|
||||
] ++ drv.testFlags or [];
|
||||
}) super.xmlbf;
|
||||
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
|
Loading…
Reference in a new issue