summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2018-10-31 01:46:25 -0500
committerMichael Merickel <michael@merickel.org>2018-10-31 01:46:25 -0500
commit4aa2eb5f970b812a96480e2cd7c18c1103b844c8 (patch)
treeeb1406080661b3cf8b5b3ad2935992863b654f00 /HACKING.txt
parent26ff2bf625f426f90abb313e9e028fc16308d105 (diff)
downloadpyramid-4aa2eb5f970b812a96480e2cd7c18c1103b844c8.tar.gz
pyramid-4aa2eb5f970b812a96480e2cd7c18c1103b844c8.tar.bz2
pyramid-4aa2eb5f970b812a96480e2cd7c18c1103b844c8.zip
initial work removing pcreate
Diffstat (limited to 'HACKING.txt')
-rw-r--r--HACKING.txt12
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
-------------