diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-12-23 09:29:25 -0600 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-12-23 09:34:54 -0600 |
| commit | 4629c75a6711df1ebedabea36fa230deaaa6f54b (patch) | |
| tree | 038f4417f8ca2732f5ce63670c8a0b3ab265647e | |
| parent | 57d8bca4af4631c0d519d03d1e77bc476c794aa0 (diff) | |
| download | flake8-4629c75a6711df1ebedabea36fa230deaaa6f54b.tar.gz | |
Blacklist pytest 3.0.5
See also https://github.com/pytest-dev/pytest/issues/2118
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ envlist = py27,py33,py34,py35,flake8,linters,docs [testenv] deps = mock>=2.0.0 - pytest + pytest!=3.0.5 coverage commands = coverage run --parallel-mode -m pytest {posargs} |
