[Python-modules-commits] [nose2] 03/08: Unapplies patches and gets rid from git-dpm

Pierre-Elliott Bécue peb-guest at moszumanska.debian.org
Tue Jan 23 21:54:46 UTC 2018


This is an automated email from the git hooks/post-receive script.

peb-guest pushed a commit to branch master
in repository nose2.

commit 9199efc1169663a946adfc248e03e1c02088e025
Author: Pierre-Elliott Bécue <becue at crans.org>
Date:   Tue Jan 23 20:10:54 2018 +0100

    Unapplies patches and gets rid from git-dpm
---
 README.rst       | 24 ++++++++++++++++++++++++
 debian/.git-dpm  | 11 -----------
 nose2/session.py |  2 +-
 3 files changed, 25 insertions(+), 12 deletions(-)

diff --git a/README.rst b/README.rst
index c38602b..4ba6f61 100644
--- a/README.rst
+++ b/README.rst
@@ -1,3 +1,27 @@
+.. image:: https://travis-ci.org/nose-devs/nose2.png?branch=master
+    :target: https://travis-ci.org/nose-devs/nose2
+    :alt: Build Status
+    
+.. image:: https://coveralls.io/repos/nose-devs/nose2/badge.png?branch=master
+    :target: https://coveralls.io/r/nose-devs/nose2?branch=master
+    :alt: Coverage Status
+    
+.. image:: https://landscape.io/github/nose-devs/nose2/master/landscape.png
+   :target: https://landscape.io/github/nose-devs/nose2/master
+   :alt: Code Health
+    
+.. image:: https://img.shields.io/pypi/v/nose2.svg
+    :target: https://pypi.org/project/nose2/
+    :alt: Latest PyPI version
+
+.. image:: https://www.versioneye.com/user/projects/52037a30632bac57a00257ea/badge.png
+    :target: https://www.versioneye.com/user/projects/52037a30632bac57a00257ea/
+    :alt: Dependencies Status    
+
+.. image:: https://badges.gitter.im/gitterHQ/gitter.png
+    :target: https://gitter.im/nose2
+    :alt: Gitter Channel
+
 Welcome to nose2
 ================
 
diff --git a/debian/.git-dpm b/debian/.git-dpm
deleted file mode 100644
index 7365259..0000000
--- a/debian/.git-dpm
+++ /dev/null
@@ -1,11 +0,0 @@
-# see git-dpm(1) from git-dpm package
-23d142654a3c167ee2745014de1f72b47b4c6330
-23d142654a3c167ee2745014de1f72b47b4c6330
-9932a698755a353ea9f6d806c5ca7afca16a0d00
-9932a698755a353ea9f6d806c5ca7afca16a0d00
-nose2_0.7.3.orig.tar.gz
-abf36bb4e87c852ec9918b501cabc8b58ec494e8
-139822
-debianTag="debian/%e%v"
-patchedTag="patched/%e%v"
-upstreamTag="upstream/%e%u"
diff --git a/nose2/session.py b/nose2/session.py
index ee47c6d..a034fb5 100644
--- a/nose2/session.py
+++ b/nose2/session.py
@@ -137,7 +137,7 @@ class Session(object):
         exclude = set(exclude)
         all_ = (set(modules) | set(more_plugins)) - exclude
         log.debug("Loading plugin modules: %s", all_)
-        for module in sorted(all_):
+        for module in all_:
             self.loadPluginsFromModule(util.module_from_name(module))
         self.hooks.pluginsLoaded(events.PluginsLoadedEvent(self.plugins))
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/nose2.git



More information about the Python-modules-commits mailing list