summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Radovanovic <74266147+IgorWounds@users.noreply.github.com>2023-09-18 11:29:33 +0200
committerIgor Radovanovic <74266147+IgorWounds@users.noreply.github.com>2023-09-18 11:29:33 +0200
commitce89d3d4308ef4806609350f8807296df9a21dae (patch)
tree3163876ff303ba4711ad54040c50f9fbd86ea2a2
parent4ae4aab0726985c362ed4a77de76be2cf47a775a (diff)
Test nox
-rw-r--r--noxfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/noxfile.py b/noxfile.py
index 1344df3d631..1ded71281cb 100644
--- a/noxfile.py
+++ b/noxfile.py
@@ -1,6 +1,6 @@
import nox
-test_locations = ["openbb_sdk/sdk/core/tests", "openbb_sdk/providers/tests"]
+test_locations = ["openbb_sdk/sdk/core/tests", "openbb_sdk/providers"]
@nox.session(python=["3.8", "3.9", "3.10", "3.11"])