We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae9202 commit 39246f8Copy full SHA for 39246f8
Dockerfile
@@ -5,6 +5,8 @@ COPY --chown=irisowner:irisowner . /home/irisowner/sqlalchemy-iris
5
6
WORKDIR /home/irisowner/sqlalchemy-iris
7
8
+ENV PIP_TARGET=/usr/irissys/mgr/python
9
+
10
RUN pip install -r requirements-dev.txt -r requirements-iris.txt && \
11
pip install -e .
12
test-in-docker.sh
@@ -28,11 +28,11 @@ exit_on_error () {
28
iris_start
29
30
# Test in Network mode
31
-python3 -m pytest
+/usr/irissys/bin/irispython -m pytest
32
exit_on_error
33
34
# Test in Embedded mode
35
-python3 -m pytest --db irisemb
+/usr/irissys/bin/irispython -m pytest --db irisemb
36
37
38
iris_stop
0 commit comments