Skip to content

Commit

Permalink
Pin mock (at patch version!) to resolve upstream incompatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallJimbo committed Dec 17, 2020
1 parent 0801c86 commit 82b8b87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,9 @@ pyarrow >= 0.16
responses == 0.12.0
urllib3 == 1.25

# We don't use mock directly, but something else (moto?) does and is
# incompatible with mock == 4.0.3.
mock == 4.0.2

# These are required by lsst.utils
psutil >= 5.7

0 comments on commit 82b8b87

Please sign in to comment.