Integration tests depend on the live state of repos on github, so they break everyday.
So, to run the tests to see if your changes actually broke something, follow these steps:
git checkout mastergit checkout -b refresh./refresh-golden-files.shgit commit -am refreshgit merge my-development-branchpython -m pytest .