Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebusm committed Apr 29, 2024
1 parent e300aa0 commit 0e338f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion environment_unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ dependencies:
- werkzeug
- moto
- mock
- msgpack-python
# msgpack 0.5.0 is required for strict_types argument, needed for correct pickling fallback
- msgpack-python >= 0.5.0
# Pinned to avoid test disruption (in phase with the pin in setup.cfg)
# See: https://github.com/man-group/ArcticDB/pull/291
- hypothesis < 6.73
Expand All @@ -80,3 +81,4 @@ dependencies:
- asv
- pymongo
- pytest
- trustme

0 comments on commit 0e338f2

Please sign in to comment.