diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2019-06-14 20:33:15 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2019-06-14 20:42:37 -0400 |
commit | 809b52a0abbd0286a75f3cfe65a297e8bc363e03 (patch) | |
tree | 2abae28cc6c4a157e8216c2e7bbe76362bc11902 /dev-requirements.txt | |
parent | e1fc86ac4f709a6128a83aebd31bc5c283a82fec (diff) |
More pytest version tweaks
- 4.5+ has gross logging related tracebacks at the end of every run (probably related to https://github.com/pytest-dev/pytest/issues/5282)
- also, old comment did not get removed earlier
Diffstat (limited to 'dev-requirements.txt')
-rw-r--r-- | dev-requirements.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt index 9a7be339..f4f84748 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,8 +1,7 @@ # Invocations for common project tasks invoke>=1.0,<2.0 invocations>=1.2.0,<2.0 -# NOTE: pytest-relaxed currently only works with pytest >=3, <3.3 -pytest==4.6.3 +pytest==4.4.2 pytest-relaxed==1.1.5 # pytest-xdist for test dir watching and the inv guard task pytest-xdist==1.28.0 |