Skip to content

Commit

Permalink
addpkg: dsq
Browse files Browse the repository at this point in the history
fix test.py fails on caching duration.
The author suggests that this test case can be safely disabled.
see issue multiprocessio/dsq#80
  • Loading branch information
Xunop authored and felixonmars committed Oct 27, 2023
1 parent 18cb217 commit 7dfb97a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dsq/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- PKGBUILD
+++ PKGBUILD
@@ -58,7 +58,7 @@ check() {
7z e testdata/taxi.csv.7z

# ensure chatter from systemd-nspawn doesn't modify expected stdout
- LC_ALL=C ./scripts/test.py
+ LC_ALL=C ./scripts/test.py -fo cach
}

package() {

0 comments on commit 7dfb97a

Please sign in to comment.