From a2566e7871e1019847363eddc51608c068316197 Mon Sep 17 00:00:00 2001
From: lukken <lukken@astron.nl>
Date: Wed, 9 Jun 2021 12:52:55 +0000
Subject: [PATCH] Allow unit tests access to global packages

---
 requirements.txt | 3 +--
 tox.ini          | 1 +
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 85d687526..c37479ddd 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,5 +2,4 @@
 # of appearance. Changing the order has an impact on the overall integration
 # process, which may cause wedges in the gate later.
 
-pbr>=2.0 # Apache-2.0
-pytango>=9.3.0 # LGPL
\ No newline at end of file
+pbr>=2.0 # Apache-2.0
\ No newline at end of file
diff --git a/tox.ini b/tox.ini
index 85366102b..1bd6bef4a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,6 +5,7 @@ skipsdist = True
 
 [testenv]
 usedevelop = True
+sitepackages = True
 install_command = pip3 install {opts} {packages}
 setenv =
    VIRTUAL_ENV={envdir}
-- 
GitLab