Ubuntu – pytest not able to retrieve environment variables of Azure devops pipeline
I am building a unit testing in my azure devops build pipeline. I am using the python library pytest. In one of my test cases, I am retrieving the environment variables. However, when I run the unit testing, the environment…