Files
opensearch-pyd/setup.cfg
T
Sai Medhini Reddy Maryada 23611ebda4 Upgrading pytest-asyncio to latest version - 0.21.0 (#339)
Signed-off-by: saimedhi <saimedhi@amazon.com>
2023-03-28 11:14:33 -07:00

19 lines
233 B
INI

[bdist_wheel]
universal = 1
[bdist_rpm]
requires = python python-urllib3
[flake8]
ignore = E203, E266, E501, W503
[tool:pytest]
junit_family=legacy
asyncio_mode=auto
[tool:isort]
profile=black
[mypy]
ignore_missing_imports=True