containerbuildsystem / koji-containerbuild

Container build support for Koji buildsystem
GNU Lesser General Public License v2.1
29 stars 32 forks source link

Bump required pytest version #211

Closed MartinBasti closed 3 years ago

MartinBasti commented 3 years ago

Fixes internal error cause by flexmock:

INTERNALERROR>   File "/usr/lib/python2.7/site-packages/flexmock.py", line 1249, in call_runtest_hook
1129
INTERNALERROR>     teardown.duration = ret.duration
INTERNALERROR> AttributeError: 'CallInfo' object has no attribute 'duration'

flexmock 0.10.5 requires newer pytest, but doesn't properly specifies min requirements

Signed-off-by: Martin Basti mbasti@redhat.com

Maintainers will complete the following section

MartinBasti commented 3 years ago

nope, 4.6.11 is the latest py2 supported version. Closing