Skip to content

Commit f8a8666

Browse files
committed
Ignore warning about usefixtures() empty in plugins integration
Currently failing due to pytest-bdd
1 parent 1b6b836 commit f8a8666

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

testing/plugins_integration/pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ addopts = --strict-markers
33
asyncio_mode = strict
44
filterwarnings =
55
error::pytest.PytestWarning
6+
ignore:usefixtures.* without arguments has no effect:pytest.PytestWarning
67
ignore:.*.fspath is deprecated and will be replaced by .*.path.*:pytest.PytestDeprecationWarning

0 commit comments

Comments
 (0)