summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2018-07-25 10:35:54 -0700
committerJeff Forcier <jeff@bitprophet.org>2018-07-25 10:35:54 -0700
commitae8f1a435efd6c0d7203af26f7a26a9b4e255520 (patch)
treed57ac76c0da2fa91963fa35a000d949a7afeb910
parentf2ab9241daa49be4a7293b903eac34188d3a74d8 (diff)
Upgrade pytest-relaxed
-rw-r--r--dev-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt
index e4629187..71f85faf 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -3,7 +3,7 @@ invoke>=1.0,<2.0
invocations>=1.2.0,<2.0
# NOTE: pytest-relaxed currently only works with pytest >=3, <3.3
pytest>=3.2,<3.3
-pytest-relaxed==1.1.2
+pytest-relaxed==1.1.4
# pytest-xdist for test dir watching and the inv guard task
pytest-xdist>=1.22,<2.0
# Linting!