Skip to content

Commit

Permalink
Install stomp from pypi and unpin pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Nov 10, 2023
1 parent b70b741 commit 8689a7a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ channels:
- defaults
dependencies:
- python=2.7
- pytest=2.7
- pytest-cov=1.6
- stompest=2.1
- pip
- pytest
- pytest-cov
- pip
- stompest==2.1.6
# needed for wheel - add when switching to python3
# - build

0 comments on commit 8689a7a

Please sign in to comment.