Skip to content

Commit

Permalink
Limit to compatible pytest-asyncio version
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Dec 13, 2023
1 parent ff626b6 commit 2fc8fac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@

# additional requirements can be listed here
hexkit[test-mongodb]
pytest-asyncio < 0.23.0
12 changes: 7 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --generate-hashes --output-file=/workspace/requirements-dev.txt /tmp/tmpuwcxm2w2/pyproject.toml /workspace/requirements-dev.in
# pip-compile --generate-hashes --output-file=/workspace/requirements-dev.txt /tmp/tmpsx6puk7n/pyproject.toml /workspace/requirements-dev.in
#
aiokafka==0.8.1 \
--hash=sha256:1e24839088fd6d3ff481cc09a48ea487b997328df11630bc0a1b88255edbcfe9 \
Expand Down Expand Up @@ -1140,10 +1140,12 @@ pytest==7.4.3 \
# pytest-httpx
# pytest-logging
# pytest-profiling
pytest-asyncio==0.23.2 \
--hash=sha256:c16052382554c7b22d48782ab3438d5b10f8cf7a4bdcae7f0f67f097d95beecc \
--hash=sha256:ea9021364e32d58f0be43b91c6233fb8d2224ccef2398d6837559e587682808f
# via -r /workspace/requirements-dev-common.in
pytest-asyncio==0.21.1 \
--hash=sha256:40a7eae6dded22c7b604986855ea48400ab15b069ae38116e8c01238e9eeb64d \
--hash=sha256:8666c1c8ac02631d7c51ba282e0c69a8a452b211ffedf2599099845da5c5c37b
# via
# -r /workspace/requirements-dev-common.in
# -r /workspace/requirements-dev.in
pytest-cov==4.1.0 \
--hash=sha256:3904b13dfbfec47f003b8e77fd5b589cd11904a21ddf1ab38a64f204d6a10ef6 \
--hash=sha256:6ba70b9e97e69fcc3fb45bfeab2d0a138fb65c4d0d6a41ef33983ad114be8c3a
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --constraint=/workspace/requirements-dev.txt --generate-hashes --output-file=/workspace/requirements.txt /tmp/tmpuwcxm2w2/pyproject.toml
# pip-compile --constraint=/workspace/requirements-dev.txt --generate-hashes --output-file=/workspace/requirements.txt /tmp/tmpsx6puk7n/pyproject.toml
#
aiokafka==0.8.1 \
--hash=sha256:1e24839088fd6d3ff481cc09a48ea487b997328df11630bc0a1b88255edbcfe9 \
Expand Down

0 comments on commit 2fc8fac

Please sign in to comment.