tests: Remove redundant integration pytest markers
Remove pytest.mark.integration for individual tests that already
include it in pytestmarker at the top.
FWIW the list of such files was found using:
git grep --name-only 'pytestmark = pytest.mark.integration' | xargs grep '@pytest.mark.integration'