Skip to content

Commit 4cb0b86

Browse files
committed
Fixed buildout settings
- force betamax version and - proper pytest arguments.
1 parent eebf55b commit 4cb0b86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildout.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ interpreter = python3
1717

1818
[pytest]
1919
recipe = zc.recipe.egg
20-
arguments = ['--cov=git_repo', '--cov-report', 'term-missing']+sys.argv[1:]
20+
arguments = ['--cov=git_repo', '--cov-report', 'term-missing', '--capture=sys', 'tests']+sys.argv[1:]
2121
eggs = pytest
2222
pytest-cov
2323
pytest-xdist
2424
pytest-sugar
2525
pytest-capturelog
2626
testfixtures
2727
mock
28-
betamax
28+
betamax==0.5.1
2929
betamax-serializers
3030
git_repo
3131
interpreter = python3

0 commit comments

Comments
 (0)