Remove reference to explicit pytest tox support
This reference no longer exists in tox 4.0 docs.
This commit is contained in:
parent
19807ab79a
commit
b90e7b84d0
|
@ -270,8 +270,8 @@ tox
|
||||||
|
|
||||||
Once you are done with your work and want to make sure that your actual
|
Once you are done with your work and want to make sure that your actual
|
||||||
package passes all tests you may want to look into :doc:`tox <tox:index>`, the
|
package passes all tests you may want to look into :doc:`tox <tox:index>`, the
|
||||||
virtualenv test automation tool and its :doc:`pytest support <tox:example/pytest>`.
|
virtualenv test automation tool.
|
||||||
tox helps you to setup virtualenv environments with pre-defined
|
``tox`` helps you to setup virtualenv environments with pre-defined
|
||||||
dependencies and then executing a pre-configured test command with
|
dependencies and then executing a pre-configured test command with
|
||||||
options. It will run tests against the installed package and not
|
options. It will run tests against the installed package and not
|
||||||
against your source code checkout, helping to detect packaging
|
against your source code checkout, helping to detect packaging
|
||||||
|
|
Loading…
Reference in New Issue