Wanting to Contribute

2021-01-12 Thread Skyler Cain
Hello all! I've read this: https://docs.djangoproject.com/en/3.1/intro/contributing/ But after running my tests I get the following failure (when running all or individual). Any thoughts / suggestions would be much appreciated. (django) skylercain:~/code/django/tests [master]$ ./runtests.py sc

Re: Wanting to Contribute

2021-01-12 Thread Skyler Cain
LD_LIBRARY_PATH="testing" $(pyenv which python) -c "import os; > print(os.getenv('DYLD_LIBRARY_PATH'))" > testing > > Hopefully that makes sense and helps. If not reply and I’ll see if I can > help some more. > > You can always ignore the failure, or u

Re: Wanting to Contribute

2021-01-12 Thread Skyler Cain
hon -c "import sqlite3; print(sqlite3.sqlite_version)" > 3.32.3 > > Minimum version is currently 3.8.3 > https://docs.djangoproject.com/en/3.1/ref/databases/#sqlite-notes > > > On Tue, 12 Jan 2021 at 18:27, Skyler Cain wrote: > >> I ran the code to ensure that JSON1 e

Re: Wanting to Contribute

2021-01-14 Thread Skyler Cain
>>> >>> Did it give None or ‘testing’ — only if the latter is the environment >>> variable reaching the Python process. (So only they can you override the >>> default version) >>> >>> ~ $ python -c "import sqlite3; print(sqlite3.sqlite_versio

Re: Wanting to Contribute

2021-01-14 Thread Skyler Cain
Done and Thanks! On Thu, Jan 14, 2021 at 7:56 AM Carlton Gibson wrote: > If you comment there, with sufficient details I can try to reproduce it. > > On Thu, 14 Jan 2021 at 14:59, Skyler Cain wrote: > >> Should I add a comment to the closed Django issue? >> >> O