We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 419502e commit 6985f79Copy full SHA for 6985f79
README-sdk-dev.md
@@ -47,7 +47,7 @@ To install with the tools you need to develop and run tests do the following:
47
From the repository base directory:
48
49
```
50
-pip install -e .[dev]
+pip install -e '.[dev]'
51
52
53
### Running tests
pyproject.toml
@@ -42,14 +42,6 @@ dev = [
42
"requests-mock >= 1.12.1",
43
"pyyaml >= 6.0.2",
44
]
45
-test = [
46
- "pytest >= 8.3.5",
- "packaging >= 24.0",
- "flake8 >= 4.0.1",
- "coverage >= 6.3.2",
- "requests-mock >= 1.12.1",
- "pyyaml >= 6.0.2",
-]
54
[tool.setuptools]
55
py-modules = ["cms_bluebutton"]
0 commit comments