diff options
| author | Jakub Stasiak <jakub@stasiak.at> | 2020-11-04 19:53:16 +0100 |
|---|---|---|
| committer | Jakub Stasiak <jakub@stasiak.at> | 2020-11-04 19:53:16 +0100 |
| commit | bf1fdc9e319ee45023d0d67374cb3a9eaf2a51cd (patch) | |
| tree | bfc40e5b57633ee31d19fbd9d7b3c8e68403941b | |
| parent | 5c0528fef78d519ed310ffdb743b72532aa78b85 (diff) | |
| download | eventlet-test-with-more-pythons.tar.gz | |
Upgrade pyzmq in tests to handle Python 3.9test-with-more-pythons
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ deps = py{38,39}: psycopg2-binary==2.8.4 py27-{selects,poll,epolls}: pyopenssl==17.3.0 setuptools==38.5.1 - {selects,poll,epolls}: pyzmq==17.0.0 + {selects,poll,epolls}: pyzmq==19.0.2 commands = nosetests --verbose {env:tox_cover_args} {posargs:tests/} coverage xml -i |
