diff --git a/tests/helpers/fixtures.py b/tests/helpers/fixtures.py
index 427cdcc0d..9f4eaa260 100644
--- a/tests/helpers/fixtures.py
+++ b/tests/helpers/fixtures.py
@@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with qutebrowser. If not, see .
-# noqa: N801,N806 pylint: disable=invalid-name
+#pylint: disable=invalid-name
"""pytest fixtures used by the whole testsuite.
diff --git a/tests/helpers/stubs.py b/tests/helpers/stubs.py
index 9fc04aba3..878c9e166 100644
--- a/tests/helpers/stubs.py
+++ b/tests/helpers/stubs.py
@@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with qutebrowser. If not, see .
-# noqa: N801,N806 pylint: disable=invalid-name,abstract-method
+# pylint: disable=invalid-name,abstract-method
"""Fake objects/stubs."""