Marcel Telka
2023-09-08 140fab177d90396bc556ae1d7d181af58d3c0da7
setup.py.mk: disable metadata pytest plugin

1 files modified
1 ■■■■ changed files
make-rules/setup.py.mk 1 ●●●● patch | view | raw | blame | history
make-rules/setup.py.mk
@@ -427,6 +427,7 @@
$(eval $(call disable-pytest-plugin,cov,pytest-cov))
$(eval $(call disable-pytest-plugin,flaky,flaky))
$(eval $(call disable-pytest-plugin,hypothesispytest,hypothesis))    # adds line to test report header
$(eval $(call disable-pytest-plugin,metadata,pytest-metadata))        # adds line to test report header
$(eval $(call disable-pytest-plugin,mypy,pytest-mypy))
$(eval $(call disable-pytest-plugin,randomly,pytest-randomly))
$(eval $(call disable-pytest-plugin,relaxed,pytest-relaxed))        # https://github.com/bitprophet/pytest-relaxed/issues/28