Update project dependencies and metadata #106
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR improves the project in many ways even not touching the core logic:
Project dependencies and metadata:
pytest
package and its plugins as project dependencies moved into the separate test section. Its configuration got enhanced by: 1) capturing stream outputs (-s
) with 2) increased verbosity (-vvv
); the session stops if 3) any test fails (--maxfail=1
); also 4) the tests can be launched in a random order, which is good for preventing the cases of determinism.CHANGELOG.md
file was updated with the v0.2.4 contributions records.Code and test bases:
conftest.py
file -> no more deprecation warning on this matter;docker run --rm -p 9000:9000 --name some-clickhouse-server clickhouse/clickhouse-server
.@long2ice , let's review all of this, especially tests, I need this PR to be cross-validated. Who else can I tag to help me with review? any maintainers or volunteers?