We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc1fcf commit ce8c1a2Copy full SHA for ce8c1a2
setup.py
@@ -8,11 +8,11 @@
8
9
"""Azure Developer Tools package that can be installed using setuptools"""
10
11
-from codecs import open
12
import os
13
import re
14
-from setuptools import setup, find_packages
+from codecs import open
15
+from setuptools import find_packages, setup
16
17
azdev_path = os.path.dirname(os.path.realpath(__file__))
18
with open(os.path.join(azdev_path, 'azdev', '__init__.py'), 'r') as version_file:
@@ -77,6 +77,7 @@
77
'pytest-xdist', # depends on pytest-forked
78
'pytest-forked',
79
'pytest>=5.0.0',
80
+ 'pytest-asyncio',
81
'pyyaml',
82
'requests',
83
'sphinx==1.6.7',
0 commit comments