From 99ff356231aa6380e2a813876704ae0cbad87997 Mon Sep 17 00:00:00 2001 From: gabrielgio Date: Wed, 14 Jul 2021 22:08:21 +0200 Subject: fix: Add plugin to fix pathing issue Add a plugin for adding to the PYTHONPATH from the pytests.ini file before tests run. --- dev-requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index acde5d7..0e5b1cb 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,4 +2,5 @@ pytest==6.2.4 pytest-mock==3.6.1 pytest-xdist==2.3.0 -coverage==5.5 \ No newline at end of file +coverage==5.5 +pytest-pythonpath==0.7.3 \ No newline at end of file -- cgit v1.2.3