File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 79
79
install-jax : [0]
80
80
install-torch : [0]
81
81
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"
83
83
- " tests --ignore=tests/tensor --ignore=tests/scan --ignore=tests/sparse"
84
84
- " tests/scan"
85
85
- " tests/sparse"
98
98
part : " tests/tensor/test_math.py"
99
99
- fast-compile : 1
100
100
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"
102
102
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"
104
104
fast-compile : 1
105
105
include :
106
106
- install-numba : 1
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ tag_prefix = "rel-"
118
118
119
119
[tool .pytest .ini_options ]
120
120
addopts = " --durations=50 --doctest-modules --ignore=pytensor/link --ignore=pytensor/misc/check_duplicate_key.py"
121
- testpaths = [" pytensor/" , " tests/" ]
121
+ testpaths = [" pytensor/" , " tests/" , " doc/ " ]
122
122
xfail_strict = true
123
123
124
124
[tool .ruff ]
You can’t perform that action at this time.
0 commit comments