Skip to content

Commit df0dd6e

Browse files
committed
freeze pytest-asyncio
1 parent f5218ff commit df0dd6e

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

setup.cfg

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,6 @@ install_requires =
4141
amqp-fabric
4242
pywin32 >= 1.0;platform_system=='Windows'
4343

44-
# The usage of test_requires is discouraged, see `Dependency Management` docs
45-
tests_require =
46-
pytest
47-
pytest-cov
48-
pytest-asyncio
49-
aiomisc-pytest
50-
coverage
51-
5244
# Require a specific Python version, e.g. Python 2.7 or >= 3.4
5345
# python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
5446

@@ -66,7 +58,7 @@ testing =
6658
setuptools
6759
pytest
6860
pytest-cov
69-
pytest-asyncio
61+
pytest-asyncio==0.26.0
7062
aiomisc-pytest
7163

7264
[options.entry_points]

0 commit comments

Comments
 (0)