File tree 1 file changed +13
-3
lines changed
1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,17 @@ pass_env =
50
50
ANSYS_DPF_PATH
51
51
52
52
deps =
53
- -r requirements/requirements_test.txt
53
+ ; -r requirements/requirements_test.txt
54
+ ansys-platform-instancemanagement ==1.1.2
55
+ ; coverage==7.6.10
56
+ imageio ==2.36.0
57
+ imageio-ffmpeg ==0.5.1
58
+ pytest ==8.3.4
59
+ ; pytest-cov==6.0.0
60
+ pytest-order ==1.3.0
61
+ pytest-rerunfailures ==15.0
62
+ pyvista ==0.44.2
63
+ vtk ==9.3.1
54
64
55
65
[testenv:build-wheel]
56
66
description = Environment for custom build of package wheels
@@ -120,9 +130,10 @@ depends = pretest
120
130
121
131
setenv =
122
132
# Pytest extra arguments
123
- COVERAGE = --cov =ansys.dpf.core --log-level =ERROR --cov-append # --cov-report=xml --cov-report=html
133
+ COVERAGE = --cov =ansys.dpf.core --cov-report =xml --cov-report =html -- log-level =ERROR --cov-append
124
134
RERUNS = --reruns =2 --reruns-delay =1
125
135
DEBUG = -v -s --durations =10 --durations-min =1.0
136
+ VIRTUALENV_SYSTEM_SITE_PACKAGES = true
126
137
127
138
api: JUNITXML = --junitxml =tests/junit/test-results.xml
128
139
launcher: JUNITXML = --junitxml =tests/junit/test-results2.xml
@@ -155,7 +166,6 @@ setenv =
155
166
TMP = {env_tmp_dir}
156
167
157
168
commands =
158
- coverage --version
159
169
python -m pytest {env:PYTEST_PYTHON_FILES} {env:DEBUG} {env:RERUNS} {env:JUNITXML} {env:COVERAGE} {posargs}
160
170
161
171
[testenv:doc-{clean,links,html}]
You can’t perform that action at this time.
0 commit comments