2dca4e5 Do not run tests twice

Authored and Committed by lucarval 4 years ago
1 file changed. 1 lines added. 1 lines removed.
    Do not run tests twice
    
    The flake8 environment does not have a corresponding [testenv:flake8]
    section in tox.ini. This causes the default [testenv] section to be
    used, causing the unit tests to execute twice. The lint environment is
    responsible for running flake8.
    
    Signed-off-by: Luiz Carvalho <lucarval@redhat.com>
    
        
file modified
+1 -1