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 163eea4 commit 69edad1Copy full SHA for 69edad1
pyproject.toml
@@ -44,6 +44,10 @@ amqp = [
44
py38 = [
45
"eval-type-backport>=0.1.3",
46
]
47
+docs = [
48
+ "sphinx>=5.3.0",
49
+ "furo>=2023.3.27",
50
+]
51
52
[tool.pdm.dev-dependencies]
53
lint = [
@@ -57,12 +61,7 @@ test = [
57
61
"pytest-cov>=4.1.0",
58
62
"httpretty>=1.1.4",
59
63
60
-doc = [
- "sphinx>=5.3.0",
- "furo>=2023.3.27",
-]
64
-":lint" = [
65
+
66
67
[tool.pdm.scripts]
68
test-all = "pytest tests/ --cov=src/intersect_sdk/ --cov-fail-under=80 --cov-report=html:reports/htmlcov/ --cov-report=xml:reports/coverage_report.xml --junitxml=reports/junit.xml"
0 commit comments