From 93cd737e9d35a152ef8502f46940abc664018ffb Mon Sep 17 00:00:00 2001 From: tedil Date: Mon, 19 Aug 2024 14:11:57 +0200 Subject: [PATCH] pin snappy version to v0.1.1 in requirements.txt --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 5bdd1d32..3338a96e 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -44,4 +44,4 @@ pyflakes setuptools ==65.6.3 # needed for testing snappy workflow methods -snappy-pipeline @ git+https://github.com/bihealth/snappy-pipeline +snappy-pipeline @ git+https://github.com/bihealth/snappy-pipeline@v0.1.1