Skip to content

Commit 6985f79

Browse files
committed
cleanup, final touch.
1 parent 419502e commit 6985f79

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

README-sdk-dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To install with the tools you need to develop and run tests do the following:
4747
From the repository base directory:
4848
4949
```
50-
pip install -e .[dev]
50+
pip install -e '.[dev]'
5151
```
5252
5353
### Running tests

pyproject.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,6 @@ dev = [
4242
"requests-mock >= 1.12.1",
4343
"pyyaml >= 6.0.2",
4444
]
45-
test = [
46-
"pytest >= 8.3.5",
47-
"packaging >= 24.0",
48-
"flake8 >= 4.0.1",
49-
"coverage >= 6.3.2",
50-
"requests-mock >= 1.12.1",
51-
"pyyaml >= 6.0.2",
52-
]
5345

5446
[tool.setuptools]
5547
py-modules = ["cms_bluebutton"]

0 commit comments

Comments
 (0)