On 2019/11/09 19:19, Kurt Mosiejczuk wrote:
> So, py-paramiko has one test file that imports from py-test-relaxed, but
> they *turn it off* in setup.cfg. They don't even use what pytest-relaxed
> provides.
> 
> However, having py-test-relaxed will screw up the tests of *many*
> python ports. I had tests failing that I was positive worked yesterday.
> Once I uninstalled py-test-relaxed, suddenly they stopped exploding 
> and worked normally.
> 
> Here is a patch that excises the need for py-test-relaxed and allows
> the tests to run. No REVISION bump since it only touches testing.
> 
> ok?
> 
> Now I'll look at how hard I can nuke py-test-relaxed and perhaps find
> a way to poison the use of certain dependencies...

Ugly possiblity:

do-test:
        if pkg_info -e py-test-relaxed-*; then echo "this isn't going to work"; 
exit 1; else exit 0; fi

Perhaps it's better to remove the port again though ..

Reply via email to