Morgan Funtowicz
commited on
Commit
·
fe7a3eb
1
Parent(s):
6520a09
test(hfjobs): disable cache provider
Browse files- .hfjobs/Dockerfile +1 -1
.hfjobs/Dockerfile
CHANGED
@@ -17,4 +17,4 @@ WORKDIR /opt/endpoint
|
|
17 |
COPY tests/ tests/.
|
18 |
|
19 |
ENTRYPOINT ["pytest"]
|
20 |
-
CMD ["-
|
|
|
17 |
COPY tests/ tests/.
|
18 |
|
19 |
ENTRYPOINT ["pytest"]
|
20 |
+
CMD ["-p", "no:cacheprovider", "--import-mode", "importlib", "tests"]
|