Skip to content

Commit 37ae402

Browse files
committed
resolve nits
1 parent 0b634ea commit 37ae402

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ dev = [
4949
"myst-parser",
5050
"pre-commit",
5151
"pydata-sphinx-theme>=0.15.4",
52-
"pyright",
5352
"pytest",
5453
"pyright<1.1.407", # https://github.com/bluesky/scanspec/issues/190
5554
"pytest-cov",
@@ -147,7 +146,7 @@ commands = [
147146
]
148147

149148
[tool.tox.env.tests]
150-
description = "Run tests with coverage"
149+
description = "Run unit tests with coverage"
151150
commands = [
152151
[
153152
"pytest",
@@ -163,7 +162,7 @@ commands = [
163162
]
164163

165164
[tool.tox.env.system-test]
166-
description = "Run tests with coverage"
165+
description = "Run system tests with coverage"
167166
commands = [
168167
[
169168
"pytest",

uv.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)