Branch: refs/heads/features
  Home:   https://github.com/pytest-dev/pytest
  Commit: dc20dedbc788bc41927612c9ca66b30cc614ecac
      
https://github.com/pytest-dev/pytest/commit/dc20dedbc788bc41927612c9ca66b30cc614ecac
  Author: Bruno Oliveira <[email protected]>
  Date:   2018-11-12 (Mon, 12 Nov 2018)

  Changed paths:
    A changelog/3737.removal.rst
    M doc/en/example/assertion/failure_demo.py
    M src/_pytest/warnings.py
    M testing/acceptance_test.py
    M testing/deprecated_test.py
    M testing/python/collect.py
    M testing/python/fixture.py
    M testing/python/metafunc.py
    M testing/test_config.py
    M testing/test_mark.py
    M testing/test_nose.py
    M testing/test_pdb.py
    M testing/test_runner_xunit.py
    M testing/test_terminal.py
    M testing/test_tmpdir.py
    M testing/test_warnings.py
    M tox.ini

  Log Message:
  -----------
  Change RemovedInPytest4Warnings to errors by default

To keep existing tests which emit RemovedInPytest4Warnings running, decided
to go with a command line option because:

* Is harder to integrate an ini option with tests which already use an ini file
* It also marks tests which need to be removed/updated in 4.1, when
  RemovedInPytest4Warning and related functionality are removed.

Fix #3737


  Commit: f8f22d29eebb2c8fab51fc6f6c0f00fc119532d5
      
https://github.com/pytest-dev/pytest/commit/f8f22d29eebb2c8fab51fc6f6c0f00fc119532d5
  Author: Bruno Oliveira <[email protected]>
  Date:   2018-11-12 (Mon, 12 Nov 2018)

  Changed paths:
    M testing/test_stepwise.py

  Log Message:
  -----------
  Use a custom cache directory for test_stepwise tests

Otherwise the tests will use tox's env cache which makes them flaky


  Commit: 8198e7cd33d5ddb55231d3fab58511003dcdbaef
      
https://github.com/pytest-dev/pytest/commit/8198e7cd33d5ddb55231d3fab58511003dcdbaef
  Author: Bruno Oliveira <[email protected]>
  Date:   2018-11-13 (Tue, 13 Nov 2018)

  Changed paths:
    A changelog/3737.removal.rst
    M doc/en/example/assertion/failure_demo.py
    M src/_pytest/warnings.py
    M testing/acceptance_test.py
    M testing/deprecated_test.py
    M testing/python/collect.py
    M testing/python/fixture.py
    M testing/python/metafunc.py
    M testing/test_config.py
    M testing/test_mark.py
    M testing/test_nose.py
    M testing/test_pdb.py
    M testing/test_runner_xunit.py
    M testing/test_stepwise.py
    M testing/test_terminal.py
    M testing/test_tmpdir.py
    M testing/test_warnings.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #4349 from nicoddemus/pytest4-warnings-as-errors

Change RemovedInPytest4Warnings to errors by default


Compare: 
https://github.com/pytest-dev/pytest/compare/b1312147e0a6...8198e7cd33d5
      **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.
_______________________________________________
pytest-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to