From b028640cd60773091f9fecf7dca34e394affe221 Mon Sep 17 00:00:00 2001 From: "Adam Ginsburg (keflavich)" Date: Thu, 30 Nov 2023 21:25:03 -0500 Subject: [PATCH] add pytest-openfiles as dep --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 1822e73..6b1856e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,6 +23,7 @@ install_requires = [options.extras_require] test = pytest-astropy + pytest-openfiles pytest-cov scikit-image docs =