Problem in running tests #159
Unanswered
mojixcoder
asked this question in
Q&A
Replies: 2 comments
-
Thanks for bringing this topic. we have to improve it for sure! |
Beta Was this translation helpful? Give feedback.
0 replies
-
One workaround that I use is to add my local django_jalali dir to PYTHONPATH: https://github.com/slashmili/django-jalali/blob/main/.github/workflows/test.yml#L34-L36 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
in
jalali_test/jalali_test/settings.py
:Here if I don't install
django-jalali
viapip
I getNo module named 'django_jalali'
. And if I install it then it uses the last version ofdjango-jalali
for running tests, not thedjango-jalali
on my local pc for running tests, so they always fail.Beta Was this translation helpful? Give feedback.
All reactions