diff options
author | John Snow <jsnow@redhat.com> | 2021-09-15 12:29:52 -0400 |
---|---|---|
committer | John Snow <jsnow@redhat.com> | 2021-09-27 12:10:29 -0400 |
commit | 4320f7172f66d573e31cb7ab697bca3bd3030f16 (patch) | |
tree | d01d45f4711c60f029f83ca78a0109b944562188 /python/setup.cfg | |
parent | ed6d4d7a95c2d508b7e6609f573042e3dabc52da (diff) | |
download | qemu-4320f7172f66d573e31cb7ab697bca3bd3030f16.zip qemu-4320f7172f66d573e31cb7ab697bca3bd3030f16.tar.gz qemu-4320f7172f66d573e31cb7ab697bca3bd3030f16.tar.bz2 |
python: bump avocado to v90.0
Avocado v90 includes improved support for running async unit tests. The
workaround that existed prior to v90 causes the unit tests to fail
afterwards, however, so upgrade our minimum version pin to the very
latest and greatest.
Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 20210915162955.333025-25-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'python/setup.cfg')
-rw-r--r-- | python/setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/setup.cfg b/python/setup.cfg index e6407e0..8481fa7 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -37,7 +37,7 @@ packages = # version, use e.g. "pipenv install --dev pylint==3.0.0". # Subsequently, edit 'Pipfile' to remove e.g. 'pylint = "==3.0.0'. devel = - avocado-framework >= 87.0 + avocado-framework >= 90.0 flake8 >= 3.6.0 fusepy >= 2.0.4 isort >= 5.1.2 |