summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Peuch <cortex@worlddomination.be>2020-05-15 17:37:38 +0200
committerLaurent Peuch <cortex@worlddomination.be>2020-05-15 17:37:38 +0200
commit15578b2aa05c3121c64326db33081dc1ac368905 (patch)
tree89278df9d67ce3ca9f137e44f450c0b4556dfd6f
parentc49d13f710555386c9abeb5f40a75b39a248f8ab (diff)
downloadlogilab-common-15578b2aa05c3121c64326db33081dc1ac368905.tar.gz
[fix] pytest 5.4.2 breaks tests, pin version for now
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index acc1cf5..a512e5e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@ envlist=py3,check-manifest,mypy,flake8,black,black-run
[testenv]
deps =
pytz
- pytest
+ pytest == 5.4.1
commands=
{envpython} -m pytest test {posargs}