[Pytest-commit] [pytest-dev/pytest] 701580: Highlight docs with pygments-pytest

Bruno Oliveira nicoddemus at gmail.com
Tue Nov 27 02:37:18 EST 2018


  Branch: refs/heads/features
  Home:   https://github.com/pytest-dev/pytest
  Commit: 70158013772e600284e5274c72fb26b02c82a2b9
      https://github.com/pytest-dev/pytest/commit/70158013772e600284e5274c72fb26b02c82a2b9
  Author: Anthony Sottile <asottile at umich.edu>
  Date:   2018-11-23 (Fri, 23 Nov 2018)

  Changed paths:
    M doc/en/assert.rst
    M doc/en/builtin.rst
    M doc/en/cache.rst
    M doc/en/capture.rst
    M doc/en/conf.py
    M doc/en/doctest.rst
    M doc/en/example/markers.rst
    M doc/en/example/nonpython.rst
    M doc/en/example/parametrize.rst
    M doc/en/example/pythoncollection.rst
    M doc/en/example/reportingdemo.rst
    M doc/en/example/simple.rst
    M doc/en/example/special.rst
    M doc/en/fixture.rst
    M doc/en/getting-started.rst
    M doc/en/index.rst
    M doc/en/parametrize.rst
    M doc/en/skipping.rst
    M doc/en/tmpdir.rst
    M doc/en/unittest.rst
    M doc/en/usage.rst
    M doc/en/warnings.rst
    M doc/en/writing_plugins.rst
    M tox.ini

  Log Message:
  -----------
  Highlight docs with pygments-pytest


  Commit: 3d8d04c6f896d279b7b66ac5624adcf0fc965964
      https://github.com/pytest-dev/pytest/commit/3d8d04c6f896d279b7b66ac5624adcf0fc965964
  Author: Anthony Sottile <asottile at umich.edu>
  Date:   2018-11-24 (Sat, 24 Nov 2018)

  Changed paths:
    M doc/en/assert.rst
    M doc/en/builtin.rst
    M doc/en/cache.rst
    M doc/en/capture.rst
    M doc/en/conf.py
    M doc/en/doctest.rst
    M doc/en/example/markers.rst
    M doc/en/example/nonpython.rst
    M doc/en/example/parametrize.rst
    M doc/en/example/pythoncollection.rst
    M doc/en/example/reportingdemo.rst
    M doc/en/example/simple.rst
    M doc/en/example/special.rst
    M doc/en/fixture.rst
    M doc/en/getting-started.rst
    M doc/en/index.rst
    M doc/en/parametrize.rst
    M doc/en/skipping.rst
    M doc/en/tmpdir.rst
    M doc/en/unittest.rst
    M doc/en/usage.rst
    M doc/en/warnings.rst
    M doc/en/writing_plugins.rst
    M tox.ini

  Log Message:
  -----------
  Merge pull request #4456 from asottile/pygments_pytest

Highlight docs with pygments-pytest


  Commit: d219e033e9081413a5c5c6c10b6fb4df7891d528
      https://github.com/pytest-dev/pytest/commit/d219e033e9081413a5c5c6c10b6fb4df7891d528
  Author: Anthony Sottile <asottile at umich.edu>
  Date:   2018-11-24 (Sat, 24 Nov 2018)

  Changed paths:
    M doc/en/requirements.txt
    M tox.ini

  Log Message:
  -----------
  Fix rtd by installing pygments-pytest


  Commit: 91b25c4deceef8ea881d216342d77df293fdb5fb
      https://github.com/pytest-dev/pytest/commit/91b25c4deceef8ea881d216342d77df293fdb5fb
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2018-11-24 (Sat, 24 Nov 2018)

  Changed paths:
    M doc/en/requirements.txt
    M tox.ini

  Log Message:
  -----------
  Merge pull request #4461 from asottile/fix_rtd

Fix rtd by installing pygments-pytest


  Commit: 2eac1bfcb87d63ba245e3dd1a0b9d6d6d48f1cf6
      https://github.com/pytest-dev/pytest/commit/2eac1bfcb87d63ba245e3dd1a0b9d6d6d48f1cf6
  Author: Anthony Sottile <asottile at umich.edu>
  Date:   2018-11-24 (Sat, 24 Nov 2018)

  Changed paths:
    M doc/en/requirements.txt

  Log Message:
  -----------
  Bump pygments-pytest


  Commit: d05b30ce11f68959d8c9ebebd8674bb84d91f02d
      https://github.com/pytest-dev/pytest/commit/d05b30ce11f68959d8c9ebebd8674bb84d91f02d
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2018-11-25 (Sun, 25 Nov 2018)

  Changed paths:
    M doc/en/requirements.txt

  Log Message:
  -----------
  Merge pull request #4462 from asottile/bump_pygments_pytest

Bump pygments-pytest


  Commit: b00b715cb6a7f6b2455bcf80aad875432f98bd38
      https://github.com/pytest-dev/pytest/commit/b00b715cb6a7f6b2455bcf80aad875432f98bd38
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2018-11-26 (Mon, 26 Nov 2018)

  Changed paths:
    A scripts/appveyor-retry.cmd
    M scripts/upload-coverage.bat

  Log Message:
  -----------
  [skip travis] Use retry script on AppVeyor

Fix #4387


  Commit: d8e00c983ef4e0b663ce908c2db263416d2b6e2f
      https://github.com/pytest-dev/pytest/commit/d8e00c983ef4e0b663ce908c2db263416d2b6e2f
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2018-11-26 (Mon, 26 Nov 2018)

  Changed paths:
    A scripts/appveyor-retry.cmd
    M scripts/upload-coverage.bat

  Log Message:
  -----------
  Merge pull request #4465 from nicoddemus/appveyor-retry

[skip travis] Use retry script on AppVeyor


  Commit: b73e083d9d517f206cd1b94cd22200ac24366fef
      https://github.com/pytest-dev/pytest/commit/b73e083d9d517f206cd1b94cd22200ac24366fef
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2018-11-26 (Mon, 26 Nov 2018)

  Changed paths:
    M doc/en/assert.rst
    M doc/en/builtin.rst
    M doc/en/cache.rst
    M doc/en/capture.rst
    M doc/en/conf.py
    M doc/en/doctest.rst
    M doc/en/example/markers.rst
    M doc/en/example/nonpython.rst
    M doc/en/example/parametrize.rst
    M doc/en/example/pythoncollection.rst
    M doc/en/example/reportingdemo.rst
    M doc/en/example/simple.rst
    M doc/en/example/special.rst
    M doc/en/fixture.rst
    M doc/en/getting-started.rst
    M doc/en/index.rst
    M doc/en/parametrize.rst
    M doc/en/requirements.txt
    M doc/en/skipping.rst
    M doc/en/tmpdir.rst
    M doc/en/unittest.rst
    M doc/en/usage.rst
    M doc/en/warnings.rst
    M doc/en/writing_plugins.rst
    A scripts/appveyor-retry.cmd
    M scripts/upload-coverage.bat
    M tox.ini

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/master' into merge-master-into-features


  Commit: 5cf69fae7d184da469afd539a7b8ddd1219d9d8e
      https://github.com/pytest-dev/pytest/commit/5cf69fae7d184da469afd539a7b8ddd1219d9d8e
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2018-11-27 (Tue, 27 Nov 2018)

  Changed paths:
    M doc/en/assert.rst
    M doc/en/builtin.rst
    M doc/en/cache.rst
    M doc/en/capture.rst
    M doc/en/conf.py
    M doc/en/doctest.rst
    M doc/en/example/markers.rst
    M doc/en/example/nonpython.rst
    M doc/en/example/parametrize.rst
    M doc/en/example/pythoncollection.rst
    M doc/en/example/reportingdemo.rst
    M doc/en/example/simple.rst
    M doc/en/example/special.rst
    M doc/en/fixture.rst
    M doc/en/getting-started.rst
    M doc/en/index.rst
    M doc/en/parametrize.rst
    M doc/en/requirements.txt
    M doc/en/skipping.rst
    M doc/en/tmpdir.rst
    M doc/en/unittest.rst
    M doc/en/usage.rst
    M doc/en/warnings.rst
    M doc/en/writing_plugins.rst
    A scripts/appveyor-retry.cmd
    M scripts/upload-coverage.bat
    M tox.ini

  Log Message:
  -----------
  Merge pull request #4466 from nicoddemus/merge-master-into-features

Merge master into features


Compare: https://github.com/pytest-dev/pytest/compare/7d3ca68be6a6...5cf69fae7d18
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the pytest-commit mailing list