Messages by Thread
-
[Pytest-commit] [Broken] hpk42/pytest#54 (master - f0a52c7)
Travis CI
-
[Pytest-commit] commit/pytest: hpk42: radically simplify eq/neq with nodes by just using Pythons builtin "is" relationship.
commits-noreply
-
[Pytest-commit] Issue #139: tox 1.6.1 uses default pip 1.3.1 -> bad install_command default (hpk42/tox)
freeo
-
[Pytest-commit] [Fixed] burrowsa/pytest#12 (pytestmockbug - 6dd2fc4)
Travis CI
-
[Pytest-commit] [Still Failing] burrowsa/pytest#10 (pytestmockbug - c37200d)
Travis CI
-
[Pytest-commit] [Failed] burrowsa/pytest#8 (pytestmockbug - 0b53bfb)
Travis CI
-
[Pytest-commit] commit/pytest: hpk42: allow to use pytest.fixture decorator on old-style pytest_funcarg__NAME definitions.
commits-noreply
-
[Pytest-commit] [Still Failing] burrowsa/pytest#4 (master - a02f194)
Travis CI
-
[Pytest-commit] [Fixed] burrowsa/pytest#5 (master - 2bf39c9)
Travis CI
-
[Pytest-commit] commit/pytest: hpk42: fix reporting for @mock'd test functions
commits-noreply
-
[Pytest-commit] [Still Failing] burrowsa/pytest#2 (master - 9c39b13)
Travis CI
-
[Pytest-commit] [Still Failing] burrowsa/pytest#3 (master - 8603eeb)
Travis CI
-
[Pytest-commit] commit/pytest: hpk42: fix importorskip test
commits-noreply
-
[Pytest-commit] [Failed] burrowsa/pytest#1 (master - 072a4f8)
Travis CI
-
[Pytest-commit] Issue #138: console script is not created when using Python 3 within testenv (hpk42/tox)
Lukasz Balcerzak
-
[Pytest-commit] commit/pytest: hpk42: fix issue275 - allow usefixtures and autouse fixtures
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: add a note to the documentation that pytest does not mimick nose try to perform "import isolation". Addresses issue268.
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: fix issue377 by clarifying in the nose-compat docs that pytest
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: python2.4 is not really tested or supported anymore
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: clarify that python_functions does not apply to unittest.TestCase
commits-noreply
-
[Pytest-commit] commit/tox: hpk42: merged and slightly modified PR81: new option --force-dep which allows to
commits-noreply
-
[Pytest-commit] commit/tox: nicoddemus: Added --force-dep-version command-line option
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: fix ordering of finalizers of parametrized interdependent fixtures.
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: fixed version comparison in pytest.importskip(modname, minverstring)
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: remove an old duplicate marker and use recent pytest mechanism for parametrization
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: addresses issue246: add a test for module/function scope that shows that
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: move two fixture test modules into bigger testing/python/fixture.py
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: some amendments/fixes to changelog
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: fix issue221 - handle importing of namespace-package with no
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: removing pexpect from general dependencies because
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: add py33-xdist to tox testing
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: remove testing of xdist+genscript -- doesn't really make sense
commits-noreply
-
[Pytest-commit] [Fixed] hpk42/pytest#49 (master - cd464c6)
Travis CI
-
[Pytest-commit] commit/pytest: hpk42: fix ordering when mock.patch or other standard decorator-wrappings
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: internally make varnames() deal with classes's __init__,
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: don't hide an ImportError when importing a plugin produces one.
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: fix issue380 by making --resultlog only rely on longrepr instead
commits-noreply
-
[Pytest-commit] commit/pytest: RonnyPfannschmidt: add missing importorskip
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: xfail a test on pypy that checks wrong encoding/ascii (pypy does
commits-noreply
-
[Pytest-commit] commit/pytest: RonnyPfannschmidt: fix issue384 by removing the trial support code
commits-noreply
-
[Pytest-commit] [Broken] hpk42/pytest#48 (master - f5003f2)
Travis CI
-
[Pytest-commit] commit/pytest: hpk42: fix pexpect-3.0 compatibility for pytest's own tests.
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: fix issues link
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: a script to read bitbucket pytest issues
commits-noreply
-
[Pytest-commit] commit/tox: hpk42: fix changelog entry for hashseed. Thanks Chris Jerdonek.
commits-noreply
-
[Pytest-commit] commit/tox: hpk42: merged PR125: tox now sets "PYTHONHASHSEED" if it is not set
commits-noreply
-
[Pytest-commit] commit/tox: cjerdonek: Address issue #125 by adding a --hashseed command-line option.
commits-noreply
-
[Pytest-commit] Issue #137: Unexpected setenv behavior (hpk42/tox)
Chris Jerdonek
-
[Pytest-commit] commit/tox: hpk42: fix issue132: removing zip_safe setting (so it defaults to false)
commits-noreply
-
[Pytest-commit] Issue #136: Documentation refers to [tox:hudson] instead of [tox:jenkins] (hpk42/tox)
Matthias Bach
-
[Pytest-commit] Issue #135: detox doesn't support skipdist config option (hpk42/tox)
Lex Hider
-
[Pytest-commit] Issue #134: Ability to specify the return code for success (hpk42/tox)
Laurens Van Houtven
-
[Pytest-commit] Issue #133: Reuse commands from another testenv is broken (hpk42/tox)
jenisys
-
[Pytest-commit] Issue #132: py25 virtualenv downgrade fails if tox is installed w/ easy_install (as egg) (hpk42/tox)
jenisys
-
[Pytest-commit] commit/pytest: hpk42: change metadata
commits-noreply
-
[Pytest-commit] commit/tox: hpk42: fix issue126: depend on virtualenv>=1.10.1 so that we can rely
commits-noreply
-
[Pytest-commit] commit/tox: hpk42: fix issue130: you can now set install_command=easy_install {opts} {packages}
commits-noreply
-
[Pytest-commit] Issue #131: With pip: project's sdist package is only installed in testenv during second test run (hpk42/tox)
jenisys
-
[Pytest-commit] Issue #130: install_command w/ easy_install fails when tox is run twice (hpk42/tox)
jenisys
-
[Pytest-commit] commit/pytest: hpk42: fix tests on py32/py33
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: fix unicode handling with junitxml, fixes issue368.
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: fix unicode handling with new monkeypatch.setattr(import_path, value)
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: fix typo, thank avanderneuth
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: fix changelog
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: pytestconfig is now session-config as it is the same object during the
commits-noreply
-
[Pytest-commit] Issue #129: py33 environment uses python2.7 virtualenv.py? (hpk42/tox)
Jorgen Schäfer
-
[Pytest-commit] commit/pytest: flub: Correct hyperlink and target
commits-noreply
-
[Pytest-commit] commit/tox: hpk42: fix parsing/escaping bugs on windows32
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: fix flakes issues and make --flakes run part of tox runs
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: avoid one surprising case of marker malfunction/confusion::
commits-noreply
-
[Pytest-commit] [Failed] jaraco/pytest#1 (master - 7b92e87)
Travis CI
-
[Pytest-commit] [Failed] jaraco/pytest#2 (master - 7b92e87)
Travis CI
-
[Pytest-commit] [Fixed] jaraco/pytest#3 (master - 41ab848)
Travis CI
-
[Pytest-commit] commit/tox: hpk42: fix issue128: enable full substitution in install_command,
commits-noreply
-
[Pytest-commit] commit/tox: evers: substitute substition for substitution
commits-noreply
-
[Pytest-commit] Issue #128: install_command doesnt interpolate {toxinidir} (hpk42/tox)
Ronald Evers
-
[Pytest-commit] commit/tox: Ronald Evers: config documentation typo fixup
commits-noreply
-
[Pytest-commit] Issue #127: Possible problem with python3.4? (hpk42/tox)
Marc Abramowitz
-
[Pytest-commit] commit/pytest: hpk42: bump version to 2.3.3.dev1
commits-noreply
-
[Pytest-commit] commit/pytest: gutworth: fix coding cookie detection logic
commits-noreply
-
[Pytest-commit] [Fixed] hpk42/pytest#46 (master - e2bee53)
Travis CI
-
[Pytest-commit] [Broken] hpk42/pytest#45 (master - b94f69e)
Travis CI
-
[Pytest-commit] commit/pytest: hpk42: finalize release announcement, changelog
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: fix python2.5 issues
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: more fixes regarding marking, in particular plugins should use add_marker/get_marker now.
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: fix issue354: avoid tmpdir fixture to create too long filenames especially
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: simplify the implementation of NodeKeywords getting rid of __ descriptors appearing there.
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: add setup.cfg for building sphinx_docs
commits-noreply
-
[Pytest-commit] commit/pytest: witsch: allow test items to not be associated with a test function
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: remove unused imports (using "importchecker" project)
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: Added tag 2.4.1 for changeset 8828c924acae
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: fix regression reported by dstufft: regression when a 1-tuple ("arg", ) is used
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: adapt changelog
commits-noreply
-
[Pytest-commit] commit/pytest: Anthon van der Neut: complete_dotted: fix for #361, filecompleter on dot files had differing behaviour from bash
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: fix typos (thanks @faassen)
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: strike wrong yield_fixture paragraph
commits-noreply
-
[Pytest-commit] commit/pytest: flub: Allow unicode strings in parser.add_argument()
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: bump version to dev again, new CHANGELOG section for 2.4.1.dev.
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: fix usage docs for "-k" (addresses issue357)
commits-noreply
-
[Pytest-commit] [Fixed] hpk42/pytest#43 (master - f73dfe1)
Travis CI
-
[Pytest-commit] commit/pytest: hpk42: bump version, some windows test fixes, prevent logging from raising exceptions at the end (finally), add py25 to tox.ini.
commits-noreply
-
[Pytest-commit] [Broken] hpk42/pytest#42 (master - 73e396a)
Travis CI
-
[Pytest-commit] commit/pytest: hpk42: add missing entry to CHANGELOG
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: avoid creation of file in os.getcwd() cc avanderneut
commits-noreply
-
[Pytest-commit] Issue #126: Tox fails with no such option: --pre (hpk42/tox)
Charles Cloud
-
[Pytest-commit] commit/pytest: hpk42: add terminalreporter.section|line methods to print extra information.
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: is actually a new feature, the syntax: pytest.mark.parametrize("arg1, arg2", ...)
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: re-order CHANGELOG and group it into "features" and "bugs" and "known incompatibilities"
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: remove gittip mention for now.
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: introduce yieldctx=True in the @pytest.fixture decorator. Refactor tests and docs.
commits-noreply
-
[Pytest-commit] Issue #125: add a {randomseed} substitution string (hpk42/tox)
Chris Jerdonek
-
[Pytest-commit] commit/pytest: hpk42: fix issue355: junitxml generates name="pytest" tag.
commits-noreply
-
[Pytest-commit] Issue #124: ignore command exit codes (hpk42/tox)
Tarek Ziadé
-
[Pytest-commit] Issue #123: No such file or directory: '.tox/py33/bin/pip' (hpk42/tox)
Erik Pragt
-
[Pytest-commit] commit/pytest: Anthon van der Neut: argcomplete_win: skip testing of argcomplete on windows
commits-noreply
-
[Pytest-commit] Issue #122: sitepackages=True inhibits console_scripts entry points (hpk42/tox)
Barry Warsaw
-
[Pytest-commit] commit/pytest: hpk42: fix issue333: fix a case of bad unittest/pytest hook interaction.
commits-noreply
-
[Pytest-commit] [Fixed] hpk42/pytest#40 (master - a7123a2)
Travis CI
-
[Pytest-commit] [Still Failing] hpk42/pytest#37 (master - 3c3f11e)
Travis CI
-
[Pytest-commit] commit/pytest: hpk42: make "import pdb ; pdb.set_trace()" work natively wrt capturing (no "-s" needed
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: add nose.SkipTest for python2.6 -- which apparently is a subclass from python2.7 on.
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: fix <py27 tests with nose
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: fix issue352: fix reference to py.path.local description in tmpdir documentation
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: show more info if the test fails
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: fix issue169: respect --tb=style with setup/teardown errors as well.
commits-noreply
-
[Pytest-commit] commit/tox: hpk42: Added tag 1.6.1 for changeset 2e580ee6feea
commits-noreply
-
[Pytest-commit] Issue #121: White space in the path are reason an error in the "tox". (hpk42/tox)
Wojciech Banaś
-
[Pytest-commit] Issue #120: Substitution breaks for commands substitution (hpk42/tox)
Hynek Schlawack
-
[Pytest-commit] commit/tox: hol...@merlinux.eu: fix prints
commits-noreply
-
[Pytest-commit] Issue #119: {envsitepackagesdir} doesn't substituted site-packages dir of tox's testenv (hpk42/tox)
Bogdan Hodorog
-
[Pytest-commit] Issue #118: Test failures in a Debian build environment (hpk42/tox)
Barry Warsaw
-
[Pytest-commit] Issue #117: Tox 1.6.0 breaks when running tests under Python 2.5 (pip < 1.4 doesn't seem to support --insecure option) (hpk42/tox)
Tomaz Muraus
-
[Pytest-commit] Issue #116: New pypi override breaks people who override pypi (hpk42/tox)
Monty Taylor
-
[Pytest-commit] Issue #115: tox travis support (hpk42/tox)
holger krekel
-
[Pytest-commit] [Broken] hpk42/pytest#36 (master - 9203b85)
Travis CI
-
[Pytest-commit] commit/pytest: hpk42: refs issue290 -- move and refactor the test the string/int-id parametrization test (Which xfails)
commits-noreply
-
[Pytest-commit] Issue #114: win32: specify python.exe locations (hpk42/tox)
Adam Groszer
-
[Pytest-commit] commit/tox: hpk42: fix link in readme
commits-noreply
-
[Pytest-commit] commit/tox: hpk42: Added tag 1.6.0 for changeset 33e5e5dff406
commits-noreply
-
[Pytest-commit] [Fixed] hpk42/pytest#35 (master - 9f8307a)
Travis CI
-
[Pytest-commit] [Fixed] hpk42/pytest#34 (master - 9fef3c4)
Travis CI
-
[Pytest-commit] commit/pytest: hpk42: fix manifest
commits-noreply
-
[Pytest-commit] commit/tox: carljm: Add doc examples of using easy_install and pip install --find-links.
commits-noreply
-
[Pytest-commit] [Still Failing] hpk42/pytest#33 (master - 00c85c4)
Travis CI
-
[Pytest-commit] commit/pytest: hpk42: close branch
commits-noreply
-
[Pytest-commit] [Broken] hpk42/pytest#32 (master - 8f9b4fe)
Travis CI
-
[Pytest-commit] commit/tox: Anthon van der Neut: issue_1_empty_setup_py: fix for issue #1: Empty setup.py leads to very obscure error
commits-noreply
-
[Pytest-commit] commit/tox: hpk42: fix issue113: let all quickstart test work in fresh temp dir. Thanks Anthon van der Neut
commits-noreply
-
[Pytest-commit] Issue #113: running 'tox -- -k test_setup_py' on tox should not overwrite tox' own tox.ini (hpk42/tox)
Anthon van der Neut
-
[Pytest-commit] commit/tox: hpk42: don't try to auto-test docs - they too often fail on checklinks
commits-noreply
-
[Pytest-commit] commit/tox: hpk42: during installation of packages HOME is now set to a pseudo
commits-noreply
-
[Pytest-commit] commit/tox: hpk42: also remove toxboostrap from manifest.in
commits-noreply
-
[Pytest-commit] commit/tox: hpk42: remove toxbootstrap.py for now because it is broken.
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: add a note about how a lightweight but more powerful function-mocker could be done
commits-noreply
-
[Pytest-commit] Issue #112: support setup.py scripts that build multiple packages (hpk42/tox)
Peter Feiner
-
[Pytest-commit] commit/tox: hpk42: fix issue109 and fix issue111: multiple "-e" options are now combined
commits-noreply
-
[Pytest-commit] commit/tox: Anthon van der Neut: dash_e_all: fixes failing test caused by -e change
commits-noreply
-
[Pytest-commit] Issue #111: tox cannot be started on itself with twice the same environment ( tox -e py27, py27) (hpk42/tox)
Anthon van der Neut
-
[Pytest-commit] commit/pytest: hpk42: monkeypatch.replace() now only accepts a string. Improved error handling and
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: a new monkeypatch.replace(target, value) call which derives the
commits-noreply
-
[Pytest-commit] commit/tox: hpk42: fix issue110 - typo in front page
commits-noreply
-
[Pytest-commit] Issue #110: typo in front page (hpk42/tox)
Allison Kaptur
-
[Pytest-commit] Issue #109: tox should not silently ignore multiple -e options (hpk42/tox)
anthon_van_der_neut
-
[Pytest-commit] Issue #108: tox should explicitly provide python executable when creating virtualenvs (hpk42/tox)
anthon_van_der_neut
-
[Pytest-commit] [Fixed] hpk42/pytest#31 (master - 694aa90)
Travis CI
-
[Pytest-commit] [Fixed] bubenkoff/pytest#9 (py25-tox-fix - 0d0c2c6)
Travis CI
-
[Pytest-commit] [Failed] bubenkoff/pytest#7 (master - 9c7f046)
Travis CI
-
[Pytest-commit] commit/pytest: hpk42: ref #322 cleanup all teardown calling to only happen when setup succeeded.
commits-noreply
-
[Pytest-commit] [Failed] bubenkoff/pytest#8 (py25-tox-fix - 65f91cc)
Travis CI
-
[Pytest-commit] commit/pytest: hpk42: fix issue322: tearDownClass is not run if setUpClass failed. Thanks
commits-noreply
-
[Pytest-commit] commit/pytest: magopian: refs #322: setUpClass and tearDownClass as autouse fixture and finalizer
commits-noreply
-
[Pytest-commit] commit/pytest: flub: mention fix for issue 336 in changelog
commits-noreply
-
[Pytest-commit] commit/pytest: flub: Fix issue 336: autouse fixtures in plugins work again
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: add changelog entry for anthon's hynek-fication of options,
commits-noreply
-
[Pytest-commit] [Still Failing] hpk42/pytest#28 (master - 9c7f046)
Travis CI
-
[Pytest-commit] commit/pytest: flub: Close issue 279: improved assertrepr_compare
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: fix issue305 - ignore any problems in writing a pyc file, but print out a trace.
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: fix collection imports for python2.5
commits-noreply
-
[Pytest-commit] commit/pytest: magopian: refs #279: sequence assertions can also deal with (Mutable)Sequence instances
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: merge
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: fix some py33 issues introduced with rev 2985
commits-noreply
-
[Pytest-commit] [Still Failing] hpk42/pytest#27 (master - c4ad24e)
Travis CI
-
[Pytest-commit] commit/pytest: hpk42: fix Mathieu's name.
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: add changelog entry for fixed issue 335.
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: small mod to test BND
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: plugin versions are displayed now.
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: no funcargs for setup functions, rather use autouse fixtures.
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: remove an old issue.
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: remove an entry
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: fix issue334: don't recommend distribute but setuptools everywhere, also remove implicit distribute_setup support from setup.py.
commits-noreply
-
[Pytest-commit] commit/pytest: hpk42: add license note to README
commits-noreply
-
[Pytest-commit] [Still Failing] hpk42/pytest#26 (master - e568fef)
Travis CI
-
[Pytest-commit] commit/pytest: hpk42: fix issue338: honor --tb style for setup/teardown errors as well. Thanks Maho.
commits-noreply
-
[Pytest-commit] [Still Failing] hpk42/pytest#25 (master - 95f25c1)
Travis CI
-
[Pytest-commit] [Still Failing] hpk42/pytest#24 (master - aec5ccc)
Travis CI
-
[Pytest-commit] commit/pytest: hpk42: be more liberal with respect to lsof checks because jenkins keeps some files open
commits-noreply