diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2018-12-14 19:31:10 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2018-12-14 19:31:10 -0800 |
commit | 1d5538a3f5747cb21d9f47d2862c488996c7c2b8 (patch) | |
tree | 2deb0d51e56906f86b8c2851f6af0816a3b18f2b | |
parent | 8c839bfeeab00be6702f9d9230c60a858c51f467 (diff) | |
parent | 8be99a9692016003218558269db362be07d4c445 (diff) |
Merge branch '2.2' into 2.3
-rw-r--r-- | dev-requirements.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt index b4829cb3..4c118991 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -3,10 +3,12 @@ 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,<1.25.0 mock==2.0.0 # Linting! -flake8==2.4.0 +flake8==3.6.0 # Coverage! coverage==3.7.1 codecov==1.6.3 |