From 4aa2eb5f970b812a96480e2cd7c18c1103b844c8 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Wed, 31 Oct 2018 01:46:25 -0500 Subject: initial work removing pcreate --- HACKING.txt | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'HACKING.txt') 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 ------------- -- cgit v1.2.3