Skip to content

Commit

Permalink
Revert "Apply suggestions from code review"
Browse files Browse the repository at this point in the history
This reverts commit 7a5693e.
  • Loading branch information
Nusnus committed Sep 22, 2024
1 parent 7a5693e commit ce0b18b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/extras/confluentkafka.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
confluent-kafka>=2.2.0
confluent-kafka>=2.2.0 ; python_version < "3.13"
2 changes: 2 additions & 0 deletions requirements/extras/zstd.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
zstandard==0.23.0; python_version < "3.13"



5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
envlist =
{pypy3.9,3.8,3.9,3.10,3.11,3.12,3.13}-unit
{pypy3.9,3.8,3.9,3.10,3.11,3.12,3.13}-linux-integration-py-amqp
{pypy3.9,3.8,3.9,3.10,3.11,3.12,3.13}-linux-integration-redis
{pypy3.9,3.8,3.9,3.10,3.11,3.12,3.13}-linux-integration-mongodb
{pypy3.9,3.8,3.9,3.10,3.11}-linux-integration-redis
{pypy3.9,3.8,3.9,3.10,3.11}-linux-integration-mongodb
{3.8,3.9,3.10,3.11,3.12,3.13}-linux-integration-kafka
flake8
apicheck
Expand Down Expand Up @@ -138,4 +138,3 @@ commands =

[testenv:mypy]
commands = python -m mypy --config-file setup.cfg

0 comments on commit ce0b18b

Please sign in to comment.