mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
tasty-tap: fix tests
- The golden test for tasty-tap is out-of-date with the current TAP format. An issue has been submitted upstream here: https://github.com/MichaelXavier/tasty-tap/issues/2. - I've created a pull request that makes the (minor) changes to the golden test file and applied the patch for that pull request here. - Remove tasty-tap from broken-packages
This commit is contained in:
parent
f6cdbee1bb
commit
e1e5c7f9e2
@ -1268,4 +1268,11 @@ self: super: {
|
||||
# https://github.com/bitnomial/prometheus/issues/34
|
||||
prometheus = doJailbreak super.prometheus;
|
||||
|
||||
# Tasty-tap tests are out-of-date with TAP format
|
||||
# https://github.com/MichaelXavier/tasty-tap/issues/2
|
||||
tasty-tap = appendPatch super.tasty-tap (pkgs.fetchpatch {
|
||||
url = https://patch-diff.githubusercontent.com/raw/MichaelXavier/tasty-tap/pull/3.diff;
|
||||
sha256 = "0l8zbc56dy8ilxl3k49aiknmfhgpcg3jhs72lh3dk51d0a09d9sv";
|
||||
});
|
||||
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
@ -9344,7 +9344,6 @@ broken-packages:
|
||||
- tasty-laws
|
||||
- tasty-lens
|
||||
- tasty-stats
|
||||
- tasty-tap
|
||||
- Taxonomy
|
||||
- TaxonomyTools
|
||||
- TBC
|
||||
|
Loading…
Reference in New Issue
Block a user