Skip to content

Commit 95938db

Browse files
WillAydjorisvandenbossche
authored andcommitted
Backport PR #25701: Pinned pycodestyle (#25713)
1 parent aaec051 commit 95938db

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

environment.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ dependencies:
1919
- hypothesis>=3.82
2020
- isort
2121
- moto
22-
- pytest>=4.0
22+
- pycodestyle=2.4
23+
- pytest>=4.0.2
24+
- pytest-mock
2325
- sphinx
2426
- numpydoc
2527

requirements-dev.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ gitpython
1010
hypothesis>=3.82
1111
isort
1212
moto
13-
pytest>=4.0
13+
pycodestyle==2.4
14+
pytest>=4.0.2
15+
pytest-mock
1416
sphinx
1517
numpydoc
1618
beautifulsoup4>=4.2.1

0 commit comments

Comments
 (0)