Adjust setup.py for pytest
This commit is contained in:
parent
8668b43880
commit
4bb28d92b0
2
setup.py
2
setup.py
|
@ -1,5 +1,6 @@
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='phi',
|
name='phi',
|
||||||
version='0.0.1',
|
version='0.0.1',
|
||||||
|
@ -15,6 +16,7 @@ setup(
|
||||||
packages=['phi', 'phi.api', 'phi.ldap'],
|
packages=['phi', 'phi.api', 'phi.ldap'],
|
||||||
scripts=['src/phid'],
|
scripts=['src/phid'],
|
||||||
|
|
||||||
|
setup_requires=['pytest-runner'],
|
||||||
install_requires=['aiohttp', 'pyYAML', 'ldap3'],
|
install_requires=['aiohttp', 'pyYAML', 'ldap3'],
|
||||||
tests_require=['pytest', 'pytest-aiohttp']
|
tests_require=['pytest', 'pytest-aiohttp']
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user