correct cmdclass
This commit is contained in:
parent
c82906105c
commit
14ffadf004
|
@ -291,7 +291,7 @@ your own setuptools Test command for invoking pytest.
|
||||||
setup(
|
setup(
|
||||||
# ...,
|
# ...,
|
||||||
tests_require=["pytest"],
|
tests_require=["pytest"],
|
||||||
cmdclass={"test": PyTest},
|
cmdclass={"pytest": PyTest},
|
||||||
)
|
)
|
||||||
|
|
||||||
Now if you run::
|
Now if you run::
|
||||||
|
|
Loading…
Reference in New Issue