debian/0000755000000000000000000000000011760166062007173 5ustar debian/changelog0000644000000000000000000000231711760165745011057 0ustar pytest-xdist (1.8-0.1) unstable; urgency=low * Non-maintainer upload. * New upstream release (Closes: #668104) * Add python-pytest to the dependencies. * Version the python-execnet dependency to >= 1.0.9 -- Simon Chopin Sat, 26 May 2012 16:42:16 +0200 pytest-xdist (1.4-1.1) unstable; urgency=low * Non-maintainer upload. * Rebuild to add Python 2.7 support -- Piotr Ożarowski Sun, 08 May 2011 16:45:44 +0200 pytest-xdist (1.4-1) unstable; urgency=low * python-support => dh_python2 * Bumped Standards-Version * Imported Upstream version 1.4 -- Adam Schmalhofer Sat, 26 Feb 2011 22:53:52 +0100 pytest-xdist (1.1-3) unstable; urgency=low * Added Enhances-tag * Follow dependancy rename to python-py -- Adam Schmalhofer Mon, 26 Apr 2010 18:40:40 +0200 pytest-xdist (1.1-2) unstable; urgency=low * Added missing build-dependancy (Closes: #573656) -- Adam Schmalhofer Mon, 15 Mar 2010 19:29:53 +0100 pytest-xdist (1.1-1) unstable; urgency=low * Initial release (Closes: #571471) -- Adam Schmalhofer Thu, 11 Feb 2010 17:26:59 +0100 debian/clean0000644000000000000000000000004211532273050010165 0ustar pytest_xdist.egg-info/SOURCES.txt debian/rules0000755000000000000000000000010011532273050010233 0ustar #!/usr/bin/make -f # -*- makefile -*- %: dh --with python2 $@ debian/watch0000644000000000000000000000013211760166062010220 0ustar version=3 http://pypi.python.org/packages/source/p/pytest-xdist/ pytest-xdist-(.+).tar.gz debian/tests/0000755000000000000000000000000011532273050010326 5ustar debian/tests/pytest0000755000000000000000000000002311532273050011577 0ustar #!/bin/sh py.test debian/tests/control0000644000000000000000000000001611532273050011726 0ustar Tests: pytest debian/compat0000644000000000000000000000000211532273050010362 0ustar 7 debian/source/0000755000000000000000000000000011532273050010464 5ustar debian/source/format0000644000000000000000000000001411532273050011672 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000422111532273050011116 0ustar This work was packaged for Debian by: Adam Schmalhofer on Thu, 25 Feb 2010 15:11:56 +0100 It was downloaded from http://pypi.python.org/packages/source/e/execnet/ Upstream Author: Holger Krekel Copyright: 2010 Holger Krekel License: The pytest-xdist package is released under the provisions of the Gnu Public License (GPL), version 2 or later. See http://www.fsf.org/licensing/licenses/ for more information. This package also contains some minor parts which which are useable under the MIT license. If you have questions and/or want to use parts of the code under a different license than the GPL please contact Holger Krekel. On Debian systems, the complete text of the GNU General Public License, version 2, can be found in /usr/share/common-licenses/GPL-2. The MIT licenses is: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. The Debian packaging is: Copyright (C) 2010 Adam Schmalhofer and is licensed under the GPL version 2, or any later version see `/usr/share/common-licenses/GPL-2'. debian/control0000644000000000000000000000273711760165662010614 0ustar Source: pytest-xdist Priority: optional Maintainer: Adam Schmalhofer Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3), python-setuptools Standards-Version: 3.9.1 Section: python Homepage: http://bitbucket.org/hpk42/pytest-xdist Package: python-pytest-xdist Architecture: all Depends: python-execnet (>= 1.0.9), python-py, python-pytest, ${misc:Depends}, ${python:Depends} Provides: ${python:Provides} Breaks: ${python:Breaks} Description: xdist plugin for py.test The pytest-xdist plugin extends py.test with some unique test execution modes: . * Looponfail: Run your tests repeatedly in a subprocess. After each run py.test waits until a file in your project changes and then re-runs the previously failing tests. This is repeated until all tests pass after which again a full run is performed. * Load-balancing: if you have multiple CPUs or hosts you can use those for a combined test run. This allows to speed up development or to use special resources of remote machines. * Multi-Platform coverage: you can specify different Python interpreters or different platforms and run tests in parallel on all of them. . Before running tests remotely, py.test efficiently synchronizes your program source code to the remote place. All test results are reported back and displayed to your local test session. You may specify different Python versions and interpreters. Enhances: python-pytest debian/patches/0000755000000000000000000000000011760165640010623 5ustar debian/docs0000644000000000000000000000001211532273050010030 0ustar CHANGELOG