--- a/pytest.ini +++ b/pytest.ini @@ -1,3 +1,5 @@ -[tool:pytest] +[pytest] # do not search for tests in build directory norecursedirs = .* _* build +markers = + conversion