mirror of https://github.com/yandex/gixy
Run tests with pytest
parent
b59658ba20
commit
b57037bd82
|
@ -1,5 +1,6 @@
|
|||
pytest>=7.0.0
|
||||
nose>=1.3.7
|
||||
mock>=2.0.0
|
||||
coverage>=4.3
|
||||
flake8>=3.2
|
||||
tox>=2.7.0
|
||||
tox>=2.7.0
|
||||
|
|
1
setup.py
1
setup.py
|
@ -27,7 +27,6 @@ setup(
|
|||
entry_points={
|
||||
'console_scripts': ['gixy=gixy.cli.main:main'],
|
||||
},
|
||||
test_suite='nose.collector',
|
||||
packages=find_packages(exclude=['tests', 'tests.*']),
|
||||
classifiers=[
|
||||
'Development Status :: 3 - Alpha',
|
||||
|
|
Loading…
Reference in New Issue