Merge branch 'issue_7305' of github.com:gnikonorov/pytest into issue_7305

This commit is contained in:
Gleb Nikonorov 2020-06-12 08:28:23 -04:00
commit 1474f24c07
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
New `required_plugins` configuration option allows the user to specify a list of plugins required for pytest to run. An error is raised if any required plugins are not found when running pytest.
New ``required_plugins`` configuration option allows the user to specify a list of plugins required for pytest to run. An error is raised if any required plugins are not found when running pytest.