From cb624f20668fd13b21808d0da71e9e25785d8927 Mon Sep 17 00:00:00 2001 From: Christian Melchior Date: Thu, 4 Oct 2018 11:03:02 +0200 Subject: [PATCH 1/2] Fix test requirements --- dev-requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-requirements.txt b/dev-requirements.txt index bd34794a..8f4e0c3f 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,8 @@ # for testing: +miniboa pytest pytest-xdist pyftpdlib +parameterized # for building on osx: py2app From 387d78ce3f23f7868d2ef8075331b48c19cb96c2 Mon Sep 17 00:00:00 2001 From: Christian Melchior Date: Thu, 4 Oct 2018 11:28:44 +0200 Subject: [PATCH 2/2] List dependencies alphabetically --- dev-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 8f4e0c3f..a3070c8d 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,8 +1,8 @@ # for testing: miniboa +parameterized +pyftpdlib pytest pytest-xdist -pyftpdlib -parameterized # for building on osx: py2app