e877265 Pytest replaces nosetests

Authored and Committed by onosek 3 years ago
    Pytest replaces nosetests
    
    Nosetests tool is deprecated. Also tools supporting Python2.6
    test-environment are deprecated one by one. So this was removed too.
    Pytest tool will run the unit tests. When 'make test' is run, all
    neccessary dependencies are installed by pip.
    Also allows executing tests with command `python setup.py test`.
    
    Added 'setuptools_scm' dependency allows prune MANIFEST.in file.
    
    JIRA: RHELCMP-1565
    
    Signed-off-by: Ondrej Nosek <onosek@redhat.com>
    
        
file modified
+6 -1
file modified
+10 -9
file added
+9
file modified
+55 -0
file removed
-19
file modified
+7 -6
file modified
+3 -2
file modified
+2 -2
file modified
+4 -8