On 2018/11/20 17:11, Edward Lopez-Acosta wrote: > Stuart, > > I did some thinking on this as a heavy consumer, and light developer, of > Python applications. > > There are 455 Python3 modules currently in the repository would would be > unreasonable to test all of them [1].
Yes it would be unreasonable to do runtime testing on all of them. But they are going to need REVISION bumped on the whole lot of them for a python version switch and at least build testing is needed to make sure we don't break the ports tree. > That being said there also appears to > be hesitation on importing updated modules by the OpenBSD team [2]. You send diffs for a stack of updates in one go, are missing finding dependencies in some cases, and are giving the impression of working fast (which is not *necessarily* a problem but might be - we don't really know you / your work and whether it's fast+careful or just fast). So yes there is hesitation to just pushing these to the tree without further thought and tests.
