From 80e6f047ab9090e06c220bb756ac0b6cf382d3a8 Mon Sep 17 00:00:00 2001 From: xross Date: Mon, 8 Aug 2022 12:02:41 +0100 Subject: [PATCH] Add test_support to requirements --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index a9ebc4e93..b7e17c799 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,3 +34,4 @@ pytest-xdist==1.34.0 # of its own setup.py file, then this list must include an entry for that # setup.py file, e.g., '-e .' or '-e ./python' (without the quotes). -e ./python +-e ./../test_support