Include pmxbot in test requirements to allow tests to pass.
This commit is contained in:
parent
acdfbd6593
commit
32797a39bf
1
setup.py
1
setup.py
|
@ -37,6 +37,7 @@ setup_params = dict(
|
||||||
] + pytest_runner + sphinx + wheel,
|
] + pytest_runner + sphinx + wheel,
|
||||||
tests_require=[
|
tests_require=[
|
||||||
'pytest>=2.8',
|
'pytest>=2.8',
|
||||||
|
'pmxbot',
|
||||||
],
|
],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 5 - Production/Stable",
|
"Development Status :: 5 - Production/Stable",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user