I propose that the instructions be changed to this...
$ git clone g...@github.com:YourGitHubName/django.git django-repo
$ cd django-repo/
$ pip install -e ..
$ pip install -r tests/requirements/py3.txt # Python 2: py2.txt
$ cp tests/test_sqlite.py ./settings.py
$ PYTHONPATH=`pwd` ./tests/runtests.py --settings=settings
--
Ticket URL: <https://code.djangoproject.com/ticket/27695>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* has_patch: 0 => 1
Old description:
> The current development test running instructions do not work and lead to
> errors.
>
> I propose that the instructions be changed to this...
>
> $ git clone g...@github.com:YourGitHubName/django.git django-repo
> $ cd django-repo/
> $ pip install -e ..
> $ pip install -r tests/requirements/py3.txt # Python 2: py2.txt
> $ cp tests/test_sqlite.py ./settings.py
> $ PYTHONPATH=`pwd` ./tests/runtests.py --settings=settings
New description:
The current development test running instructions do not work and lead to
errors.
I propose that the instructions be changed to this...
$ git clone g...@github.com:YourGitHubName/django.git django-repo
$ cd django-repo/
$ pip install -e ..
$ pip install -r tests/requirements/py3.txt # Python 2: py2.txt
$ cp tests/test_sqlite.py ./settings.py
$ PYTHONPATH=`pwd` ./tests/runtests.py --settings=settings
Proposed change in #7801
--
--
Ticket URL: <https://code.djangoproject.com/ticket/27695#comment:1>
Old description:
> The current development test running instructions do not work and lead to
> errors.
>
> I propose that the instructions be changed to this...
>
> $ git clone g...@github.com:YourGitHubName/django.git django-repo
> $ cd django-repo/
> $ pip install -e ..
> $ pip install -r tests/requirements/py3.txt # Python 2: py2.txt
> $ cp tests/test_sqlite.py ./settings.py
> $ PYTHONPATH=`pwd` ./tests/runtests.py --settings=settings
>
> Proposed change in #7801
New description:
The current development test running instructions do not work and lead to
errors.
I propose that the instructions be changed to this...
$ git clone g...@github.com:YourGitHubName/django.git django-repo
$ cd django-repo/
$ pip install -e ..
$ pip install -r tests/requirements/py3.txt # Python 2: py2.txt
$ cp tests/test_sqlite.py ./settings.py
$ PYTHONPATH=`pwd` ./tests/runtests.py --settings=settings
Proposed change in https://github.com/django/django/pull/7801
--
--
Ticket URL: <https://code.djangoproject.com/ticket/27695#comment:2>
* status: new => closed
* resolution: => invalid
--
Ticket URL: <https://code.djangoproject.com/ticket/27695#comment:3>