summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Brown <kevin@kevin-brown.com>2019-06-24 20:07:01 -0400
committerKevin Brown <kevin@kevin-brown.com>2019-06-24 20:07:01 -0400
commit1a33d44a09a51d80550f5924f97a8cc80161894b (patch)
treedb8a114456fdba7c6765d4a9090c68ddcfbe5d09
parent6ffe6cc9707a6fbf729b71eb3a23f15ef3b9c167 (diff)
downloadjinja2-unpin-pytest.tar.gz
Unpin pytest in tox.iniunpin-pytest
This was "temporarily" pinned many months back, given that this is not pinned on the stable branch and tests appear to be passing, we should be able to remove it here.
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 2ccac46..78cb585 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,7 +8,7 @@ envlist =
passenv = LANG
usedevelop = true
deps =
- pytest>=3,<3.7
+ pytest>=3
coverage
commands = coverage run -p -m pytest {posargs}