Skip to content

Commit bb33e3e

Browse files
committed
Fix tests
1 parent 436d695 commit bb33e3e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ tests-optional = [
3131
"specutils>=1.12.0",
3232
"sunpy>=6.1.0",
3333
]
34-
tests = [
35-
"ndcube[all,tests-optional]",
34+
tests-only = [
3635
"pytest-astropy",
3736
"pytest-cov",
3837
"pytest-doctestplus",
@@ -42,7 +41,7 @@ tests = [
4241
"pytest-memray; sys_platform != 'win32'",
4342
]
4443
tests = [
45-
"ndcube[plotting,reproject,tests-only,asdf-tests]",
44+
"ndcube[plotting,reproject,tests-only,tests-optional,asdf-tests]",
4645
]
4746
docs = [
4847
"ndcube[all,tests-optional]",

0 commit comments

Comments
 (0)