File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7979 install-jax : [0]
8080 install-torch : [0]
8181 part :
82- - " --doctest-modules pytensor --ignore=pytensor/misc/check_duplicate_key.py --ignore=pytensor/link"
82+ - " --doctest-modules pytensor doc --ignore=pytensor/misc/check_duplicate_key.py --ignore=pytensor/link"
8383 - " tests --ignore=tests/tensor --ignore=tests/scan --ignore=tests/sparse"
8484 - " tests/scan"
8585 - " tests/sparse"
9898 part : " tests/tensor/test_math.py"
9999 - fast-compile : 1
100100 float32 : 1
101- - part : " --doctest-modules pytensor --ignore=pytensor/misc/check_duplicate_key.py --ignore=pytensor/link"
101+ - part : " --doctest-modules pytensor doc --ignore=pytensor/misc/check_duplicate_key.py --ignore=pytensor/link"
102102 float32 : 1
103- - part : " --doctest-modules pytensor --ignore=pytensor/misc/check_duplicate_key.py --ignore=pytensor/link"
103+ - part : " --doctest-modules pytensor doc --ignore=pytensor/misc/check_duplicate_key.py --ignore=pytensor/link"
104104 fast-compile : 1
105105 include :
106106 - install-numba : 1
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ tag_prefix = "rel-"
118118
119119[tool .pytest .ini_options ]
120120addopts = " --durations=50 --doctest-modules --ignore=pytensor/link --ignore=pytensor/misc/check_duplicate_key.py"
121- testpaths = [" pytensor/" , " tests/" ]
121+ testpaths = [" pytensor/" , " tests/" , " doc/ " ]
122122xfail_strict = true
123123
124124[tool .ruff ]
You can’t perform that action at this time.
0 commit comments