Skip to content

Commit 3562669

Browse files
update pyproject.toml
1 parent 18d174f commit 3562669

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ click = '^8.1.6'
1616
rich = '^13.5.2'
1717
pydantic = '^2.5.2'
1818
python-dotenv = '^1.0.0'
19+
pypi = "^2.1"
1920

2021
[tool.poetry.group.dev.dependencies]
2122
pytest = '^7.4.3'
@@ -58,10 +59,10 @@ line_length = 79
5859

5960
[tool.taskipy.tasks]
6061
lint = 'isort . && blue . && ruff .'
61-
#pre_test = 'task lint'
62-
test = 'pytest -s --reruns 5 --only-rerun TooManyRequests --reruns-delay 20 -x --cov=tests tests'
62+
pre_test = 'task lint'
63+
test = 'pytest -vv -s --reruns 5 --only-rerun TooManyRequests --reruns-delay 60 -x --cov=tests tests'
6364
post_test = 'coverage html'
64-
cli = 'poetry run squarecloud'
65+
cli = 'python -m squarecloud.cli.main'
6566
publish-test = 'poetry publish -r pypi-test --build'
6667
install-test = 'pip install -i https://test.pypi.org/pypi/ --extra-index-url https://pypi.org/simple --upgrade squarecloud-api'
6768
docs = 'mkdocs serve'

0 commit comments

Comments
 (0)