Branch: refs/heads/features
  Home:   https://github.com/pytest-dev/pytest
  Commit: d86c89e19338f78e9f757a860eefbf9bb9994ab7
      
https://github.com/pytest-dev/pytest/commit/d86c89e19338f78e9f757a860eefbf9bb9994ab7
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
    M CHANGELOG.rst
    M _pytest/_argcomplete.py
    M _pytest/assertion/__init__.py
    M _pytest/cacheprovider.py
    M _pytest/capture.py
    M _pytest/config.py
    M _pytest/debugging.py
    M _pytest/fixtures.py
    M _pytest/main.py
    M _pytest/mark.py
    M _pytest/monkeypatch.py
    M _pytest/pytester.py
    M _pytest/runner.py
    M _pytest/skipping.py
    M _pytest/terminal.py
    M _pytest/tmpdir.py

  Log Message:
  -----------
  Revert refactor of old-style to new-style classes

As discussed in the mailing list, unfortunately this might break APIs
due to the subtle differences between new and old-style classes (see #2398).

This reverts commit d4afa1554b225d11565d5fb81136edea51c54b0d from PR #2179.


  Commit: 3a4d37248d5289591e5703cb3f5a65d557d9960a
      
https://github.com/pytest-dev/pytest/commit/3a4d37248d5289591e5703cb3f5a65d557d9960a
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
    M CHANGELOG.rst
    M _pytest/_argcomplete.py
    M _pytest/assertion/__init__.py
    M _pytest/cacheprovider.py
    M _pytest/capture.py
    M _pytest/config.py
    M _pytest/debugging.py
    M _pytest/fixtures.py
    M _pytest/main.py
    M _pytest/mark.py
    M _pytest/monkeypatch.py
    M _pytest/pytester.py
    M _pytest/runner.py
    M _pytest/skipping.py
    M _pytest/terminal.py
    M _pytest/tmpdir.py

  Log Message:
  -----------
  Merge pull request #2414 from nicoddemus/revert-new-style-classes

Revert refactor of old-style to new-style classes


Compare: 
https://github.com/pytest-dev/pytest/compare/6f407ef308d1...3a4d37248d52
_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
https://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to