Skip to content

Commit 344742c

Browse files
Pin to Marshmallow3 to rc6 for now
1 parent f84f4bf commit 344742c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tox.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ envlist=py{35,36,37,py3}-marshmallow{2,3}, cython-marshmallow{2,3}
55
deps=
66
-rrequirements/build_common.txt
77
marshmallow2: marshmallow <3.0
8-
marshmallow3: marshmallow >=3.0.0rc5<3.0.0rc7<3.0.0rc7
8+
marshmallow3: marshmallow==3.0.0rc6<3.0.0rc7
99

1010
whitelist_externals=flake8
1111
commands=py.test --cov-report html --cov hug -n auto tests
1212

1313
[testenv:py37-black]
1414
deps=
1515
-rrequirements/build_style_tools.txt
16-
marshmallow >=3.0.0rc5<3.0.0rc7
16+
marshmallow==3.0.0rc6
1717

1818
whitelist_externals=flake8
1919
commands=black --check --verbose -l 100 hug
2020

2121
[testenv:py37-vulture]
2222
deps=
2323
-rrequirements/build_style_tools.txt
24-
marshmallow >=3.0.0rc5<3.0.0rc7
24+
marshmallow==3.0.0rc6
2525

2626
whitelist_externals=flake8
2727
commands=vulture hug --min-confidence 100 --ignore-names req_succeeded
@@ -30,23 +30,23 @@ commands=vulture hug --min-confidence 100 --ignore-names req_succeeded
3030
[testenv:py37-flake8]
3131
deps=
3232
-rrequirements/build_style_tools.txt
33-
marshmallow >=3.0.0rc5<3.0.0rc7
33+
marshmallow==3.0.0rc6
3434

3535
whitelist_externals=flake8
3636
commands=flake8 hug
3737

3838
[testenv:py37-bandit]
3939
deps=
4040
-rrequirements/build_style_tools.txt
41-
marshmallow >=3.0.0rc5<3.0.0rc7
41+
marshmallow==3.0.0rc6
4242

4343
whitelist_externals=flake8
4444
commands=bandit -r hug/ -ll
4545

4646
[testenv:py37-isort]
4747
deps=
4848
-rrequirements/build_style_tools.txt
49-
marshmallow >=3.0.0rc5<3.0.0rc7
49+
marshmallow==3.0.0rc6
5050

5151
whitelist_externals=flake8
5252
commands=isort -c --diff --recursive hug

0 commit comments

Comments
 (0)