Skip to content

Commit 7b10195

Browse files
h-vetinariPingviinituutti
authored andcommitted
DEP: add pytest-mock to environment.yml (pandas-dev#25417)
1 parent 6107cfa commit 7b10195

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

environment.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ dependencies:
2020
- isort
2121
- moto
2222
- pytest>=4.0
23+
- pytest-mock
2324
- sphinx
2425
- numpydoc
2526

requirements-dev.txt

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ hypothesis>=3.82
1111
isort
1212
moto
1313
pytest>=4.0
14+
pytest-mock
1415
sphinx
1516
numpydoc
1617
beautifulsoup4>=4.2.1

0 commit comments

Comments
 (0)