[Pytest-commit] [pytest-dev/pytest] c7eb53: port cache plugin internals to pathlib

Bruno Oliveira nicoddemus at gmail.com
Mon Jun 25 10:09:39 EDT 2018


  Branch: refs/heads/features
  Home:   https://github.com/pytest-dev/pytest
  Commit: c7eb53317b4535cabd50d817964ca7e4644cdcf9
      https://github.com/pytest-dev/pytest/commit/c7eb53317b4535cabd50d817964ca7e4644cdcf9
  Author: Ronny Pfannschmidt <ronny.pfannschmidt at redhat.com>
  Date:   2018-06-22 (Fri, 22 Jun 2018)

  Changed paths:
    M setup.py
    M src/_pytest/cacheprovider.py
    M src/_pytest/compat.py
    M testing/test_cacheprovider.py

  Log Message:
  -----------
  port cache plugin internals to pathlib

warning logging got broken by detanglement from config


  Commit: 23581d44bd94a54eeb10f43a5a317420db02b269
      https://github.com/pytest-dev/pytest/commit/23581d44bd94a54eeb10f43a5a317420db02b269
  Author: Ronny Pfannschmidt <ronny.pfannschmidt at redhat.com>
  Date:   2018-06-22 (Fri, 22 Jun 2018)

  Changed paths:
    A src/_pytest/paths.py

  Log Message:
  -----------
  add missed file


  Commit: fb992a0c81e02e9a298a7aa38d46001229a14571
      https://github.com/pytest-dev/pytest/commit/fb992a0c81e02e9a298a7aa38d46001229a14571
  Author: Ronny Pfannschmidt <ronny.pfannschmidt at redhat.com>
  Date:   2018-06-22 (Fri, 22 Jun 2018)

  Changed paths:
    M src/_pytest/cacheprovider.py

  Log Message:
  -----------
  reorder attr.ib specs


  Commit: ab80e0fba087b099445c1d57b661cfed1638096b
      https://github.com/pytest-dev/pytest/commit/ab80e0fba087b099445c1d57b661cfed1638096b
  Author: Ronny Pfannschmidt <ronny.pfannschmidt at redhat.com>
  Date:   2018-06-22 (Fri, 22 Jun 2018)

  Changed paths:
    M src/_pytest/compat.py

  Log Message:
  -----------
  sort compat flake8 mess correctly


  Commit: 1226cdab47335bb823b2fee092b94b1c37b0a62a
      https://github.com/pytest-dev/pytest/commit/1226cdab47335bb823b2fee092b94b1c37b0a62a
  Author: Ronny Pfannschmidt <ronny.pfannschmidt at redhat.com>
  Date:   2018-06-22 (Fri, 22 Jun 2018)

  Changed paths:
    M src/_pytest/cacheprovider.py

  Log Message:
  -----------
  fix warnings and json dumping of cacheprovider


  Commit: abbf73ad1a3b5d8d4522df2ca2d3f0c83ea8e349
      https://github.com/pytest-dev/pytest/commit/abbf73ad1a3b5d8d4522df2ca2d3f0c83ea8e349
  Author: Ronny Pfannschmidt <ronny.pfannschmidt at redhat.com>
  Date:   2018-06-22 (Fri, 22 Jun 2018)

  Changed paths:
    M setup.py
    M src/_pytest/compat.py

  Log Message:
  -----------
  use pathlib2 up to python3.4 - damn the stdlib


  Commit: 603df1ea1c638c0b704b5d135c03b00384cce0f9
      https://github.com/pytest-dev/pytest/commit/603df1ea1c638c0b704b5d135c03b00384cce0f9
  Author: Ronny Pfannschmidt <ronny.pfannschmidt at redhat.com>
  Date:   2018-06-22 (Fri, 22 Jun 2018)

  Changed paths:
    M setup.py
    M src/_pytest/compat.py

  Log Message:
  -----------
  whops, its supported starting with python 3.6, not python 3.5


  Commit: ee30bf45c99f1fd8f4ba9bc26a2b77b3a6aae5c6
      https://github.com/pytest-dev/pytest/commit/ee30bf45c99f1fd8f4ba9bc26a2b77b3a6aae5c6
  Author: Ronny Pfannschmidt <ronny.pfannschmidt at redhat.com>
  Date:   2018-06-23 (Sat, 23 Jun 2018)

  Changed paths:
    M src/_pytest/cacheprovider.py
    M testing/test_cacheprovider.py

  Log Message:
  -----------
  rebase onto readme addition


  Commit: c4c666cbc43e66475618d8fe94cd9dd167140a2d
      https://github.com/pytest-dev/pytest/commit/c4c666cbc43e66475618d8fe94cd9dd167140a2d
  Author: Ronny Pfannschmidt <ronny.pfannschmidt at redhat.com>
  Date:   2018-06-23 (Sat, 23 Jun 2018)

  Changed paths:
    M src/_pytest/cacheprovider.py

  Log Message:
  -----------
  use Pathlib instead of path splitting


  Commit: 95f00de0df0447cf39af2b90aa1ec34e4e1ec163
      https://github.com/pytest-dev/pytest/commit/95f00de0df0447cf39af2b90aa1ec34e4e1ec163
  Author: Ronny Pfannschmidt <ronny.pfannschmidt at redhat.com>
  Date:   2018-06-23 (Sat, 23 Jun 2018)

  Changed paths:
    M src/_pytest/cacheprovider.py

  Log Message:
  -----------
  use paths for config.cache.get key


  Commit: 5a156b364519658daf0230b446d97967c3d0e4b9
      https://github.com/pytest-dev/pytest/commit/5a156b364519658daf0230b446d97967c3d0e4b9
  Author: Ronny Pfannschmidt <ronny.pfannschmidt at redhat.com>
  Date:   2018-06-24 (Sun, 24 Jun 2018)

  Changed paths:
    M appveyor.yml

  Log Message:
  -----------
  disable pypy on windows until scandir works for it


  Commit: 5b186cd609ae651a5a7e4f0cf1bbef466b51345d
      https://github.com/pytest-dev/pytest/commit/5b186cd609ae651a5a7e4f0cf1bbef466b51345d
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2018-06-25 (Mon, 25 Jun 2018)

  Changed paths:
    M appveyor.yml
    M setup.py
    M src/_pytest/cacheprovider.py
    M src/_pytest/compat.py
    A src/_pytest/paths.py
    M testing/test_cacheprovider.py

  Log Message:
  -----------
  Merge pull request #3594 from pytest-dev/interal-pathlib

[WIP] port cache plugin internals to pathlib


Compare: https://github.com/pytest-dev/pytest/compare/de98939ebf78...5b186cd609ae
      **NOTE:** This service 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