diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-05 12:48:37 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-05 12:48:37 +0200 |
commit | 0118e195b9db211001233f4e8e901a62baa23319 (patch) | |
tree | 75d68a8053ab558e09ce7a6aee688e28e1d83f91 | |
parent | 20f6d86a50ee2bc3b46541fa430d89d37728475f (diff) | |
download | gemato-0118e195b9db211001233f4e8e901a62baa23319.tar.gz |
tox.ini: Require pytest>=5
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ commands = [testenv] deps = coverage - pytest + pytest >= 5 pytest-cov pytest-xdist !norequests: requests |