[Python-checkins] peps: PEP 426 - add missing dependency fields

nick.coghlan python-checkins at python.org
Thu Jun 20 14:42:41 CEST 2013


http://hg.python.org/peps/rev/bdb4e9024f45
changeset:   4953:bdb4e9024f45
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Thu Jun 20 22:42:23 2013 +1000
summary:
  PEP 426 - add missing dependency fields

files:
  pep-0426.txt |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/pep-0426.txt b/pep-0426.txt
--- a/pep-0426.txt
+++ b/pep-0426.txt
@@ -422,6 +422,8 @@
 * ``meta_may_require``
 * ``run_requires``
 * ``run_may_require``
+* ``test_requires``
+* ``test_may_require``
 * ``build_requires``
 * ``build_may_require``
 * ``dev_requires``

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list