Azure / pytest-azurepipelines

Plugin for pytest that makes it simple to work with Azure Pipelines
MIT License
113 stars 35 forks source link

Test configuration for older versions of pytest #15

Closed ianbrayoni closed 5 years ago

ianbrayoni commented 5 years ago

Attempts to fix https://github.com/tonybaloney/pytest-azurepipelines/issues/5.

ianbrayoni commented 5 years ago

Investigating which pytest version in the range >=2.8.0,<3.8.0 causes this error.

pluggy.manager.PluginValidationError: unknown hook 'pytest_warning_captured' in plugin <module 'pytest_azurepipelines' from '/home/vsts/work/1/s/pytest_azurepipelines.py'>

Importing module of pytest plugin triggers a PluginValidationError: unknown hook seems to affect this lib for pytest versions 3.4.0 - 3.7.9 but I am not sure what causes it.

tonybaloney commented 5 years ago

brilliant! thank you 👍