aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgabrielgio <gabriel.giovanini@pm.me>2021-07-14 22:08:21 +0200
committergabrielgio <gabriel.giovanini@pm.me>2021-07-14 22:08:21 +0200
commit99ff356231aa6380e2a813876704ae0cbad87997 (patch)
treeb060fce93a271708b87cc0bcfdeeca428de02319
parent83a228788bad129fb24cd89510ba2bbc39b1e026 (diff)
downloadreddit-nextcloud-importer-99ff356231aa6380e2a813876704ae0cbad87997.tar.gz
reddit-nextcloud-importer-99ff356231aa6380e2a813876704ae0cbad87997.tar.bz2
reddit-nextcloud-importer-99ff356231aa6380e2a813876704ae0cbad87997.zip
fix: Add plugin to fix pathing issue
Add a plugin for adding to the PYTHONPATH from the pytests.ini file before tests run.
-rw-r--r--dev-requirements.txt3
1 files changed, 2 insertions, 1 deletions
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