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
+1 -1
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.