Skip to content

Commit 01d5dd2

Browse files
committed
tox: Bump mashmallow 3 deps
1 parent 3d3591f commit 01d5dd2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tox.ini

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ envlist=py{35,36,37,38,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.0rc6
8+
marshmallow3: marshmallow>3.0
99

1010
whitelist_externals=flake8
1111
commands=py.test --durations 3 --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.0rc6
16+
marshmallow>3.0
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.0rc6
24+
marshmallow>3.0
2525

2626
whitelist_externals=flake8
2727
commands=vulture hug --min-confidence 100 --ignore-names req_succeeded
@@ -30,31 +30,31 @@ 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.0rc6
33+
marshmallow>3.0
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.0rc6
41+
marshmallow>3.0
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.0rc6
49+
marshmallow>3.0
5050

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

5454
[testenv:py37-safety]
5555
deps=
5656
-rrequirements/build_style_tools.txt
57-
marshmallow==3.0.0rc6
57+
marshmallow>3.0
5858

5959
whitelist_externals=flake8
6060
commands=safety check -i 36810

0 commit comments

Comments
 (0)