Skip to content

Commit 6b62c3a

Browse files
committed
Rename tests optional to test
1 parent 44fbe7c commit 6b62c3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ release:
88
hatch publish
99

1010
install:
11-
pip install -e '.[dev,tests]'
11+
pip install -e '.[dev,test]'
1212

1313
install-build:
1414
pip install -e '.[build]'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ classifiers = [
3232
only-include = ["labkey"]
3333

3434
[project.optional-dependencies]
35-
tests = ["pytest>=9.0.2", "mock>=5.2.0", "pytest-cov>=7.0.0"]
35+
test = ["pytest>=9.0.2", "mock>=5.2.0", "pytest-cov>=7.0.0"]
3636
dev = ["black>=26.1.0", "pytest>=9.0.2", "mock>=5.2.0", "pytest-cov>=7.0.0", "hatch>=1.16.4"]
3737

3838
[project.urls]

0 commit comments

Comments
 (0)