519e7ee Explicitly declare the usage of distutils from Python stdlib for tests

Authored and Committed by ksurma 2 years ago
    Explicitly declare the usage of distutils from Python stdlib for tests
    
    setuptools 60+ bundles distutils which then have an impact on the test
    environment, causing test_with_pip to fail.
    Resolves: https://bugzilla.redhat.com/2064734
    
        
file modified
+10 -1