File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ click = '^8.1.6'
1616rich = ' ^13.5.2'
1717pydantic = ' ^2.5.2'
1818python-dotenv = ' ^1.0.0'
19+ pypi = " ^2.1"
1920
2021[tool .poetry .group .dev .dependencies ]
2122pytest = ' ^7.4.3'
@@ -58,10 +59,10 @@ line_length = 79
5859
5960[tool .taskipy .tasks ]
6061lint = ' 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'
6364post_test = ' coverage html'
64- cli = ' poetry run squarecloud'
65+ cli = ' python -m squarecloud.cli.main '
6566publish-test = ' poetry publish -r pypi-test --build'
6667install-test = ' pip install -i https://test.pypi.org/pypi/ --extra-index-url https://pypi.org/simple --upgrade squarecloud-api'
6768docs = ' mkdocs serve'
You can’t perform that action at this time.
0 commit comments