Skip to content

Commit

Permalink
Upgrade pytest, mypy, and flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
kclowes committed Jan 7, 2022
1 parent 985e0e6 commit cf53817
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions newsfragments/145.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add support for python 3.8
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
HYPOTHESIS_REQUIREMENT,
],
'test': [
"pytest==4.4.1",
"pytest==6.2.5",
"pytest-pythonpath>=0.7.1",
"pytest-xdist==1.22.3",
"tox>=2.9.1,<3",
"eth-hash[pycryptodome]",
HYPOTHESIS_REQUIREMENT,
],
'lint': [
"flake8==3.4.1",
"flake8==4.0.1",
"isort>=4.2.15,<5",
"mypy==0.701",
"mypy==0.812",
"pydocstyle>=3.0.0,<4",
],
'doc': [
Expand Down

0 comments on commit cf53817

Please sign in to comment.