Morgan Funtowicz commited on
Commit
fe7a3eb
·
1 Parent(s): 6520a09

test(hfjobs): disable cache provider

Browse files
Files changed (1) hide show
  1. .hfjobs/Dockerfile +1 -1
.hfjobs/Dockerfile CHANGED
@@ -17,4 +17,4 @@ WORKDIR /opt/endpoint
17
  COPY tests/ tests/.
18
 
19
  ENTRYPOINT ["pytest"]
20
- CMD ["-v", "--import-mode", "importlib", "tests"]
 
17
  COPY tests/ tests/.
18
 
19
  ENTRYPOINT ["pytest"]
20
+ CMD ["-p", "no:cacheprovider", "--import-mode", "importlib", "tests"]