Skip to content

Commit

Permalink
drop gwcs and pytest-openfiles test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Aug 18, 2023
1 parent 53b87b4 commit 389133f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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 = [
Expand Down

0 comments on commit 389133f

Please sign in to comment.