d466f2d Avoid pytest-cov dependency

Authored and Committed by yselkowitz a year ago
    Avoid pytest-cov dependency
    
    coverage tests are unwanted in Fedora and RHEL packages:
    
    https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_linters
    
    Also, use the %%pytest macro to supply appropriate environment variables.
    
        
file modified
+1 -2