-
-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce pyproject.toml
+ pdm
#348
Conversation
pyproject.toml
_pdmpyproject.toml
+ pdm
@xzkostyan , @DaniilAnichin, let's give this PR a try in favour of #346 . |
'pytest', | ||
'pytest-asyncio', | ||
'sqlalchemy>=2.0.0,<2.1.0', | ||
'greenlet>=2.0.1', | ||
'alembic', | ||
'requests', | ||
'responses', | ||
'parameterized' | ||
"pytest", | ||
"pytest-asyncio", | ||
"sqlalchemy>=2.0.0,<2.1.0", | ||
"greenlet>=2.0.1", | ||
"alembic", | ||
"requests", | ||
"responses", | ||
"parameterized", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe getting rid of this file and just launching pytest
?
Sorry, but I'm not related to this project at all, and have no permissions to approve this PR. Could you please remove me from reviewers? |
Hm, I cannot or I don't see the option. But you can share your opinion about this PR anyway, I'll be glad. |
@xzkostyan , hello, sorry for pinging. Could you assign a reviewer for this PR and name some maintainers to tag for not disturbing you? |
@xzkostyan , hello. Could you possibly have a look at this PR? |
What is moving this project to uv 🤔 . |
Fixes #345 .
A variation of #346 .
Checklist:
flake8
and fix issues. -> WITH RUFFpytest
no tests failed. See https://clickhouse-sqlalchemy.readthedocs.io/en/latest/development.html. -> DONE UNDER PY3.9