diff --git a/setup.cfg b/setup.cfg index c3036f97b3..861b4f652c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,6 +34,11 @@ omit = aesara/_version.py aesara/gpuarray/* tests/* + aesara/assert_op.py + aesara/link/jax/jax_linker.py + aesara/link/jax/jax_dispatch.py + aesara/graph/toolbox.py + aesara/scalar/basic_scipy.py branch = True relative_files = true