Skip to content

DQDefects: Make sure we're using the correct version of nosetests.

Scott Snyder requested to merge ssnyder/athena:nose.DQDefects-20190307 into master

With LCG_95, we're picking up the version of nosetests from /usr/bin, which is not compatible with the nose library we get with LCG. Try to find the nosebin library relative to the nose python module.

Merge request reports