From 389133fce568631a4604a0d11ed7d3963b2b77f5 Mon Sep 17 00:00:00 2001 From: Brett Date: Fri, 18 Aug 2023 12:15:33 -0400 Subject: [PATCH] drop gwcs and pytest-openfiles test deps --- pyproject.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4c59c81f8..64118a498 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,12 +46,10 @@ docs = [ tests = [ "astropy>=5.0.4", "fsspec[http]>=2022.8.2", - "gwcs>=0.18.3", "lz4>=0.10", "psutil", "pytest>=6", "pytest-doctestplus", - "pytest-openfiles", "pytest-remotedata", ] [project.urls] @@ -108,15 +106,13 @@ minversion = 4.6 norecursedirs = ['build', 'docs/_build', 'docs/sphinxext'] doctest_plus = 'enabled' remote_data_strict = true -# The asdf.asdftypes module emits a warning on import, -# which pytest trips over during collection: filterwarnings = [ 'error', 'ignore:numpy.ndarray size changed:RuntimeWarning', ] # Configuration for pytest-doctestplus text_file_format = 'rst' -addopts = '--color=yes --doctest-rst' +addopts = '--color=yes --doctest-rst -rsx' [tool.coverage.run] omit = [