Branch: refs/heads/features
  Home:   https://github.com/pytest-dev/pytest
  Commit: 011f88f7e77b8b2e6de01d2c5588dda47c77093b
      
https://github.com/pytest-dev/pytest/commit/011f88f7e77b8b2e6de01d2c5588dda47c77093b
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-07-26 (Thu, 26 Jul 2018)

  Changed paths:
    A changelog/3661.removal.rst
    M src/_pytest/compat.py
    M src/_pytest/deprecated.py
    M src/_pytest/fixtures.py
    M src/_pytest/pytester.py
    M testing/deprecated_test.py
    A testing/example_scripts/tmpdir/tmpdir_fixture.py
    M testing/python/fixture.py
    M testing/test_assertion.py
    M testing/test_conftest.py
    M testing/test_tmpdir.py

  Log Message:
  -----------
  Deprecate calling fixture functions directly

This will now issue a RemovedInPytest4Warning when the user calls
a fixture function directly, instead of requesting it from test
functions as is expected

Fix #3661


  Commit: 6e57d123bb240e4b3668fc4e422a6e0f01d08f17
      
https://github.com/pytest-dev/pytest/commit/6e57d123bb240e4b3668fc4e422a6e0f01d08f17
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-07-26 (Thu, 26 Jul 2018)

  Changed paths:
    M testing/python/metafunc.py

  Log Message:
  -----------
  Mark test_idval_hypothesis as flaky on Windows (#3707)


  Commit: 57b0c60cb4a083592cce04e8b383b55bf14a59dc
      
https://github.com/pytest-dev/pytest/commit/57b0c60cb4a083592cce04e8b383b55bf14a59dc
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-07-26 (Thu, 26 Jul 2018)

  Changed paths:
    M src/_pytest/pytester.py
    M testing/test_tmpdir.py

  Log Message:
  -----------
  Remove Testdir.run_example as recommended


  Commit: fe16f81da14ba12a9eab5d84e17c989a2a67ba8f
      
https://github.com/pytest-dev/pytest/commit/fe16f81da14ba12a9eab5d84e17c989a2a67ba8f
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-07-27 (Fri, 27 Jul 2018)

  Changed paths:
    A changelog/3661.removal.rst
    M src/_pytest/compat.py
    M src/_pytest/deprecated.py
    M src/_pytest/fixtures.py
    M testing/deprecated_test.py
    A testing/example_scripts/tmpdir/tmpdir_fixture.py
    M testing/python/fixture.py
    M testing/python/metafunc.py
    M testing/test_assertion.py
    M testing/test_conftest.py
    M testing/test_tmpdir.py

  Log Message:
  -----------
  Merge pull request #3705 from nicoddemus/deprecate-call-fixture-func

 Deprecate calling fixture functions directly


Compare: 
https://github.com/pytest-dev/pytest/compare/f8749eeb5c56...fe16f81da14b
      **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
pytest-commit@python.org
https://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to