[Python-modules-commits] [pytest] 05/07: merge patched into master
Sebastian Ramacher
sramacher at moszumanska.debian.org
Fri Dec 9 16:57:27 UTC 2016
This is an automated email from the git hooks/post-receive script.
sramacher pushed a commit to branch master
in repository pytest.
commit d66e1f79f48c41c3c04ba0533940a230b1c75148
Merge: 3451a8f 87bb9d9
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Fri Dec 9 17:48:36 2016 +0100
merge patched into master
AUTHORS | 4 ++
CHANGELOG.rst | 72 ++++++++++++++++++-
CONTRIBUTING.rst | 21 ++++--
MANIFEST.in | 16 +++--
PKG-INFO | 21 +++---
README.rst | 18 ++---
_pytest/__init__.py | 2 +-
_pytest/_argcomplete.py | 1 +
_pytest/_code/code.py | 2 +
_pytest/_code/source.py | 12 +---
_pytest/assertion/__init__.py | 4 +-
_pytest/assertion/rewrite.py | 17 +++--
_pytest/capture.py | 1 +
_pytest/config.py | 36 +++++++++-
_pytest/debugging.py | 2 +
_pytest/fixtures.py | 2 +
_pytest/helpconfig.py | 4 +-
_pytest/junitxml.py | 4 ++
_pytest/main.py | 43 ++++++-----
_pytest/mark.py | 2 +
_pytest/pastebin.py | 6 ++
_pytest/pytester.py | 9 +++
_pytest/python.py | 16 ++---
_pytest/runner.py | 7 ++
_pytest/setuponly.py | 4 +-
_pytest/skipping.py | 4 ++
_pytest/tmpdir.py | 1 +
_pytest/unittest.py | 2 +
debian/.git-dpm | 6 +-
debian/patches/intersphinx.patch | 2 +-
debian/patches/remove_google_js | 2 +-
doc/en/announce/index.rst | 1 +
doc/en/announce/release-3.0.5.rst | 27 +++++++
doc/en/assert.rst | 4 +-
doc/en/cache.rst | 6 +-
doc/en/capture.rst | 2 +-
doc/en/doctest.rst | 2 +-
doc/en/example/markers.rst | 28 ++++----
doc/en/example/nonpython.rst | 6 +-
doc/en/example/parametrize.rst | 12 ++--
doc/en/example/pythoncollection.rst | 6 +-
doc/en/example/reportingdemo.rst | 4 +-
doc/en/example/simple.rst | 22 +++---
doc/en/fixture.rst | 13 ++--
doc/en/getting-started.rst | 4 +-
doc/en/goodpractices.rst | 12 ++--
doc/en/index.rst | 10 +--
doc/en/parametrize.rst | 4 +-
doc/en/recwarn.rst | 8 +++
doc/en/skipping.rst | 2 +-
doc/en/talks.rst | 3 +
doc/en/tmpdir.rst | 2 +-
doc/en/unittest.rst | 2 +-
plugin-test.sh | 20 ------
pytest.egg-info/PKG-INFO | 21 +++---
pytest.egg-info/SOURCES.txt | 7 +-
requirements-docs.txt | 3 -
runtox.py | 8 ---
scripts/call-tox.bat | 8 +++
scripts/check-manifest.py | 21 ++++++
scripts/install-pypy.bat | 6 ++
setup.py | 1 +
testing/code/test_code.py | 5 ++
testing/code/test_excinfo.py | 25 ++++++-
testing/python/approx.py | 40 +++++++++--
testing/python/collect.py | 6 ++
testing/python/fixture.py | 10 +++
testing/python/integration.py | 10 +++
testing/python/metafunc.py | 12 ++++
testing/test_assertion.py | 3 +
testing/test_assertrewrite.py | 138 ++++++++++++++++++++++++++++++++++++
testing/test_collection.py | 5 ++
testing/test_config.py | 44 +++++++++++-
testing/test_conftest.py | 27 +++++++
testing/test_junitxml.py | 16 +++++
testing/test_mark.py | 21 +++++-
testing/test_nose.py | 4 ++
testing/test_parseopt.py | 5 +-
testing/test_pastebin.py | 2 +
testing/test_pdb.py | 2 +
testing/test_pluginmanager.py | 26 ++++++-
testing/test_pytester.py | 4 ++
testing/test_runner.py | 10 +++
tox.ini | 18 +++--
84 files changed, 825 insertions(+), 226 deletions(-)
diff --cc debian/.git-dpm
index 24324f6,0000000..dc2a519
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
+# see git-dpm(1) from git-dpm package
- 3aa2ae41ef5778eaa1b06f488bd0c58f2a167fa2
- 3aa2ae41ef5778eaa1b06f488bd0c58f2a167fa2
- a1b7b4becdc2cab51918c0c562cfd75cdcb0111b
++87bb9d9c26d539317d01c9bebc44c0366bed878c
++87bb9d9c26d539317d01c9bebc44c0366bed878c
++67133214465533c29639c0c0aad1a4d8a7b4dab6
+67133214465533c29639c0c0aad1a4d8a7b4dab6
+pytest_3.0.5.orig.tar.gz
+000879c6b0879245cc4e10492f265c66f95ce376
+740656
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
diff --cc debian/patches/intersphinx.patch
index 6d9ac7b,0000000..b00d399
mode 100644,000000..100644
--- a/debian/patches/intersphinx.patch
+++ b/debian/patches/intersphinx.patch
@@@ -1,37 -1,0 +1,37 @@@
- From 3aa2ae41ef5778eaa1b06f488bd0c58f2a167fa2 Mon Sep 17 00:00:00 2001
++From 87bb9d9c26d539317d01c9bebc44c0366bed878c Mon Sep 17 00:00:00 2001
+From: Sebastian Ramacher <sramacher at debian.org>
+Date: Thu, 14 Jul 2016 23:01:01 +0200
+Subject: Use local intersphinx mappings
+
+Patch-Name: intersphinx.patch
+---
+ doc/en/conf.py | 15 +++++++++++----
+ 1 file changed, 11 insertions(+), 4 deletions(-)
+
+diff --git a/doc/en/conf.py b/doc/en/conf.py
+index f3b8d7d..a736ab5 100644
+--- a/doc/en/conf.py
++++ b/doc/en/conf.py
+@@ -309,11 +309,18 @@ texinfo_documents = [
+ ]
+
+
+-# Example configuration for intersphinx: refer to the Python standard library.
+-intersphinx_mapping = {'python': ('http://docs.python.org/', None),
+-# 'lib': ("http://docs.python.org/2.7library/", None),
+- }
++def check_object_path(key, url, path):
++ if os.path.isfile(path):
++ return {key: (url, path)}
++ return {}
+
++# Example configuration for intersphinx: refer to the Python standard library.
++intersphinx_mapping = {}
++intersphinx_mapping.update(
++ check_object_path('python',
++ 'http://docs.python.org/',
++ '/usr/share/doc/python%d.%d/html/objects.inv' % \
++ sys.version_info[:2]))
+
+ def setup(app):
+ #from sphinx.ext.autodoc import cut_lines
diff --cc debian/patches/remove_google_js
index 3246d78,0000000..74f14a5
mode 100644,000000..100644
--- a/debian/patches/remove_google_js
+++ b/debian/patches/remove_google_js
@@@ -1,35 -1,0 +1,35 @@@
- From 928df7f0bc2b3ebdb8f7b57cfdfd17d372c20988 Mon Sep 17 00:00:00 2001
++From 19adb5fce691071fbe32264ef9bba0fdb2715074 Mon Sep 17 00:00:00 2001
+From: Simon Chopin <chopin.simon at gmail.com>
+Date: Thu, 8 Oct 2015 11:04:33 -0700
+Subject: Remove Google Analytics and Google+ javascript.
+
+It is not relevant for an offline and private installation.
+Forwarded: not-needed
+Last-Update: 2012-04-09
+Patch-Name: remove_google_js
+---
+ doc/en/_templates/layout.html | 13 -------------
+ 1 file changed, 13 deletions(-)
+
+diff --git a/doc/en/_templates/layout.html b/doc/en/_templates/layout.html
+index 2fc8e2a..3e30439 100644
+--- a/doc/en/_templates/layout.html
++++ b/doc/en/_templates/layout.html
+@@ -4,17 +4,4 @@
+ {% endblock %}
+ {% block footer %}
+ {{ super() }}
+-<script type="text/javascript">
+-
+- var _gaq = _gaq || [];
+- _gaq.push(['_setAccount', 'UA-7597274-13']);
+- _gaq.push(['_trackPageview']);
+-
+- (function() {
+- var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+- ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+- })();
+-
+-</script>
+ {% endblock %}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pytest.git
More information about the Python-modules-commits
mailing list