diff options
Diffstat (limited to 'HACKING.txt')
| -rw-r--r-- | HACKING.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/HACKING.txt b/HACKING.txt index db40c99a2..acd65e4fd 100644 --- a/HACKING.txt +++ b/HACKING.txt @@ -45,11 +45,6 @@ In order to add a feature to Pyramid: - The feature must not add unnecessary dependencies (where "unnecessary" is of course subjective, but new dependencies should be discussed). -The above requirements are relaxed for scaffolding dependencies. If a scaffold -has an install-time dependency on something that doesn't work on a particular -platform, that caveat should be spelled out clearly in *its* documentation -(within its `docs/` directory). - Coding Style ------------ @@ -105,13 +100,6 @@ Running Tests Specifying tests / selecting tests": https://docs.pytest.org/en/latest/usage.html#specifying-tests-selecting-tests -- Functional tests related to the "scaffolds" (starter, zodb, alchemy) which - create a virtual environment, install the scaffold package and its - dependencies, start a server, and hit a URL on the server, can be run like - so: - - $ tox -e{py27,py34,py35,py36,py37,pypy}-scaffolds - Test Coverage ------------- |
