8000 Unpin tox dependecies · staticdev/github4.py@a72edde · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

Commit a72edde

Browse files
author
staticdev
committed
Unpin tox dependecies
1 parent e67fa14 commit a72edde

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

AUTHORS.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Maintainer(s)
1212

1313
- Matt Chung (@itsmemattchung)
1414

15+
- Thiago D'Ávila (@staticdev)
16+
1517
Requests
1618
````````
1719

tox.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ commands = flake8 {posargs} src/github3/ tests/unit/ tests/integration/
2222
[testenv:py39-black]
2323
basepython = python3
2424
deps =
25-
black == 20.8b1
25+ DF6D
black >= 20.8b1
2626
commands = black -l78 src/github3/ tests/
2727

2828
[testenv:notebooks]
@@ -33,8 +33,8 @@ commands = python tests/nbtest.py
3333

3434
[testenv:py39-docstrings]
3535
deps =
36-
flake8 == 3.8.4
37-
flake8-docstrings == 1.5.0
36+
flake8 >= 3.8.4
37+
flake8-docstrings >= 1.5.0
3838
commands = flake8 {posargs} src/github3/ tests/unit/ tests/integration/
3939

4040
[testenv:release]
@@ -61,15 +61,15 @@ commands =
6161
rst-lint AUTHORS.rst CONTRIBUTING.rst README.rst
6262
{toxinidir}/docs/bin/lint
6363

64-
[testenv:commitlint]
64+
[testenv:py39-commitlint]
6565
deps =
6666
gitlint >= 0.8.1
6767
commands =
6868
gitlint
6969

7070
[testenv:docs]
7171
deps =
72-
sphinx>=1.3.0
72+
sphinx >= 1.3.0
7373
sphinx_rtd_theme
7474
.
7575
commands =

0 commit comments

Comments
 (0)
0