haskellPackages.xlsx: work around missing test data

This commit is contained in:
sternenseemann 2022-10-30 17:17:18 +01:00
parent a53a14bc2d
commit a434092372

View file

@ -2559,6 +2559,9 @@ self: super: {
testTarget = "regex-tdfa-unittest";
} super.regex-tdfa;
# Missing test files https://github.com/qrilka/xlsx/issues/165
xlsx = dontCheck super.xlsx;
# 2022-09-01:
# Restrictive upper bound on base.
# Remove once version 1.* is released