8000 Limit pytest version in py34 env · wickmaster/github3.py@fa64eaf · GitHub
[go: up one dir, main page]

Skip to content

Commit fa64eaf

Browse files
committed
Limit pytest version in py34 env
Set pytest version cap only for win32 Newer pytest is failing tests on Windows; this attempts to limit to a version that is passing.
1 parent b1d02e7 commit fa64eaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ deps =
1313
betamax>=0.5.1
1414
betamax_matchers>=0.3.0
1515
pypy,py27: unittest2
16+
py34: pytest>=2.3.5, <4.6.7 ; sys_platform == 'win32'
1617
commands = py.test {posargs}
1718

1819
[testenv:py27-flake8]

0 commit comments

Comments
 (0)
0