tests: add ext_image_dma_buf_import-tex-modifier
[piglit.git] / tox.ini
blobb25b435b504d2186daf1ce6d991c32ca0346e0c5
1 [tox]
2 envlist = py{38,39,310,311,312}-{generator,noaccel}, py{39,310,311,312}-numpy2, py{38,39,310,311,312}-accel-{win,nix}, py{38,39,310,311,312}-streams, py{38,39,310,311,312}-functional
3 skipsdist = True
5 [pytest]
6 python_paths = framework/ generated_tests/
7 markers =
8 raises
9 slow
10 timeout
12 [testenv]
13 passenv=
14 HOME
15 USERPROFILE
16 setenv =
17 USERNAME = foo
18 deps =
19 accel-nix: lxml
20 py{38,39,310,311,312}-generator: numpy<2.0
21 py{39,310,311,312}-numpy2: numpy>2.0
22 py{38,39,310,311,312}: mako>=1.1.0
24 {accel,noaccel,generator,streams}: pytest>=6.2.5
25 functional: pytest>=3.9
26 pytest-mock>=3.6
27 {accel,noaccel}: requests-mock
28 {accel,noaccel}: packaging
29 pytest-pythonpath
30 pytest-raises
31 pytest-timeout>=2.0
32 {accel,noaccel,streams}: jsonschema
33 streams: jsonstreams>=0.4.1
34 {accel,noaccel,functional}: pyyaml
35 {accel,noaccel,functional}: urllib3<2
36 {accel,noaccel,functional}: requests
37 {accel,noaccel,functional}: Pillow
38 commands =
39 {accel,noaccel}: py.test -rw unittests/framework unittests/suites []
40 {generator,numpy2}: py.test -rw unittests/generators []
41 streams: py.test -rw unittests/framework/backends/test_json.py []
42 functional: py.test -rw functionaltests/framework []