From 46d03b6f0798ca66c3d8ee123809f8348cc23b17 Mon Sep 17 00:00:00 2001 From: Johanna England Date: Tue, 27 Aug 2024 13:06:58 +0200 Subject: [PATCH] Add excluded files to tox config --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index edd85b533d..a2547c49bc 100644 --- a/tox.ini +++ b/tox.ini @@ -138,3 +138,7 @@ statistics = True count = True # Only check for critical problems that will prevent testing/running select = E9,F63,F7,F82 +exclude= + python/nav/enterprise/ids.py, # Autogenerated list of constants + python/nav/smidumps/.*.py, # Autogenerated MIB dumps + python/nav/etc/geomap/config.py # Not actually a Python file