diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-05-24 16:40:40 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-05-24 16:40:40 -0400 |
commit | 7306811598b51bfe726850ce4b061a6e389d5b80 (patch) | |
tree | 907882aecc017d26f925f70d003371124a507d0f /docs/developer-guide.txt | |
parent | 8f1f09b7f93f2fa86bafcd6502ec51d4680b4499 (diff) | |
parent | 52c394c1e87b863aec92949e4b494ab01a7cd234 (diff) | |
download | external_python_setuptools-7306811598b51bfe726850ce4b061a6e389d5b80.tar.gz external_python_setuptools-7306811598b51bfe726850ce4b061a6e389d5b80.tar.bz2 external_python_setuptools-7306811598b51bfe726850ce4b061a6e389d5b80.zip |
Merge branch 'master' into docs_ci
Diffstat (limited to 'docs/developer-guide.txt')
-rw-r--r-- | docs/developer-guide.txt | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/docs/developer-guide.txt b/docs/developer-guide.txt index d145fba1..e6171e4e 100644 --- a/docs/developer-guide.txt +++ b/docs/developer-guide.txt @@ -104,12 +104,8 @@ from the command line after pushing a new branch. Testing ------- -The primary tests are run using tox. To run the tests, first create the metadata -needed to run the tests:: - - $ python bootstrap.py - -Then make sure you have tox installed, and invoke it:: +The primary tests are run using tox. Make sure you have tox installed, +and invoke it:: $ tox @@ -143,7 +139,7 @@ Vendored Dependencies --------------------- Setuptools has some dependencies, but due to `bootstrapping issues -<https://github.com/pypa/setuptools/issues/980>`, those dependencies +<https://github.com/pypa/setuptools/issues/980>`_, those dependencies cannot be declared as they won't be resolved soon enough to build setuptools from source. Eventually, this limitation may be lifted as PEP 517/518 reach ubiquitous adoption, but for now, Setuptools |