From 8689a7a655f61714ade680fd4713ca5cb6340524 Mon Sep 17 00:00:00 2001 From: Pete Peterson Date: Fri, 10 Nov 2023 10:17:02 -0500 Subject: [PATCH] Install stomp from pypi and unpin pytest --- environment.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index 3288939..2c0451f 100644 --- a/environment.yml +++ b/environment.yml @@ -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