Branch: refs/heads/features
  Home:   https://github.com/pytest-dev/pytest
  Commit: f99da9058f8569f8186515ba8d550fc7f019f5c1
      
https://github.com/pytest-dev/pytest/commit/f99da9058f8569f8186515ba8d550fc7f019f5c1
  Author: Ammar Najjar <najjaram...@gmail.com>
  Date:   2018-05-17 (Thu, 17 May 2018)

  Changed paths:
    M doc/en/cache.rst

  Log Message:
  -----------
  Issue #3295: Correct the usage of --last-failed-no-failures documentation

- add the missing --last-failed argument in the presented examples, for they 
are missleading and lead to think that the missing argument is not needed.


  Commit: 9ddd5737743150d07b51fd354f441ec441409b68
      
https://github.com/pytest-dev/pytest/commit/9ddd5737743150d07b51fd354f441ec441409b68
  Author: Ammar Najjar <najjaram...@gmail.com>
  Date:   2018-05-17 (Thu, 17 May 2018)

  Changed paths:
    A changelog/3295.doc.rst

  Log Message:
  -----------
  Issue #3295: add changelog doc entry for adding a missing argument in
the examples


  Commit: 7bff5866b1dd7992d9bdcdce1bac41fe043760c1
      
https://github.com/pytest-dev/pytest/commit/7bff5866b1dd7992d9bdcdce1bac41fe043760c1
  Author: Alan <a...@climacell.co>
  Date:   2018-07-18 (Wed, 18 Jul 2018)

  Changed paths:
    M src/_pytest/python_api.py

  Log Message:
  -----------
  bugfix in ApproxNumpy initialisation, use keywords for arguments now


  Commit: 75db6084792c3b33c56b57c1a5c5e7ea612f84da
      
https://github.com/pytest-dev/pytest/commit/75db6084792c3b33c56b57c1a5c5e7ea612f84da
  Author: Alan Brammer <a1bram...@gmail.com>
  Date:   2018-07-18 (Wed, 18 Jul 2018)

  Changed paths:
    A changelog/3695.bugfix.rst

  Log Message:
  -----------
  update changelog


  Commit: 514ca6f4adcfe24efd0f221d7d00220275446f76
      
https://github.com/pytest-dev/pytest/commit/514ca6f4adcfe24efd0f221d7d00220275446f76
  Author: abrammer <abram...@albany.edu>
  Date:   2018-07-23 (Mon, 23 Jul 2018)

  Changed paths:
    M testing/python/approx.py

  Log Message:
  -----------
  add test wrt #3695 checking numpy array tolerance args


  Commit: f0db64ac2e1ba54281c62049f191f1bb2c3565e7
      
https://github.com/pytest-dev/pytest/commit/f0db64ac2e1ba54281c62049f191f1bb2c3565e7
  Author: abrammer <abram...@albany.edu>
  Date:   2018-07-24 (Tue, 24 Jul 2018)

  Changed paths:
    M src/_pytest/python_api.py
    M testing/python/approx.py

  Log Message:
  -----------
  drop the duplicate approx call
update test to include both np.array(actual) and np.array(expected)


  Commit: 2eb9301ad553961bd4a4a48519df867879a03f35
      
https://github.com/pytest-dev/pytest/commit/2eb9301ad553961bd4a4a48519df867879a03f35
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-07-25 (Wed, 25 Jul 2018)

  Changed paths:
    M changelog/3695.bugfix.rst

  Log Message:
  -----------
  Improve CHANGELOG


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

  Changed paths:
    M src/_pytest/python_api.py

  Log Message:
  -----------
  Implement change suggested by @kalekundert in PR


  Commit: bf127a63b2583b2c899fcaa4a38061e590711e21
      
https://github.com/pytest-dev/pytest/commit/bf127a63b2583b2c899fcaa4a38061e590711e21
  Author: Kale Kundert <k...@thekunderts.net>
  Date:   2018-07-27 (Fri, 27 Jul 2018)

  Changed paths:
    M src/_pytest/python_api.py

  Log Message:
  -----------
  Need to iterate over the flattened array.


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

  Changed paths:
    M .travis.yml
    M appveyor.yml

  Log Message:
  -----------
  Test with Python 3.7 on Travis and AppVeyor


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

  Changed paths:
    A changelog/3295.doc.rst
    M doc/en/cache.rst

  Log Message:
  -----------
  Merge pull request #3486 from 
ammarnajjar/last-failed-no-failures_docs_correction

--last-failed-no-failures docs correction


  Commit: 330640eb96bb70d9c7ce01841b22a87904cdc703
      
https://github.com/pytest-dev/pytest/commit/330640eb96bb70d9c7ce01841b22a87904cdc703
  Author: abrammer <abram...@albany.edu>
  Date:   2018-07-29 (Sun, 29 Jul 2018)

  Changed paths:
    M testing/python/approx.py

  Log Message:
  -----------
  update tests to check tolerance args and expecing nan in numpy arrays


  Commit: 762eaf443a72b4345bfd08cc423d3cf5c0a90224
      
https://github.com/pytest-dev/pytest/commit/762eaf443a72b4345bfd08cc423d3cf5c0a90224
  Author: abrammer <abram...@albany.edu>
  Date:   2018-07-29 (Sun, 29 Jul 2018)

  Changed paths:
    M changelog/3695.bugfix.rst

  Log Message:
  -----------
  update changelog to include the addition of tests


  Commit: 535fd1f3117e0f7d72abc80bfe1faef7033146b5
      
https://github.com/pytest-dev/pytest/commit/535fd1f3117e0f7d72abc80bfe1faef7033146b5
  Author: abrammer <abram...@albany.edu>
  Date:   2018-07-29 (Sun, 29 Jul 2018)

  Changed paths:
    M testing/python/approx.py

  Log Message:
  -----------
  may as well include inf test while we're at it


  Commit: f1ec02cdcd6aa00d0eaf72d9bcfa862be9629118
      
https://github.com/pytest-dev/pytest/commit/f1ec02cdcd6aa00d0eaf72d9bcfa862be9629118
  Author: Ronny Pfannschmidt <opensou...@ronnypfannschmidt.de>
  Date:   2018-07-30 (Mon, 30 Jul 2018)

  Changed paths:
    M .travis.yml
    M appveyor.yml

  Log Message:
  -----------
  Merge pull request #3733 from nicoddemus/py37

Test with Python 3.7 on Travis and AppVeyor


  Commit: 150535b6c11b16ad38299ea93246b5ad55ce013c
      
https://github.com/pytest-dev/pytest/commit/150535b6c11b16ad38299ea93246b5ad55ce013c
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-07-30 (Mon, 30 Jul 2018)

  Changed paths:
    A changelog/3695.bugfix.rst
    M src/_pytest/python_api.py
    M testing/python/approx.py

  Log Message:
  -----------
  Merge pull request #3696 from abrammer/approx_numpy_tolerance_bugfix

bugfix in ApproxNumpy initialisation, use keywords for arguments to fix


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

  Changed paths:
    M .travis.yml
    M appveyor.yml
    A changelog/3295.doc.rst
    A changelog/3695.bugfix.rst
    M doc/en/cache.rst
    M src/_pytest/python_api.py
    M testing/python/approx.py

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/master' into release-3.7.0


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

  Changed paths:
    M tox.ini

  Log Message:
  -----------
  Use python 3.6 for regendoc


  Commit: 2c09930b6d701d91a0284c6d44086488ffbcb419
      
https://github.com/pytest-dev/pytest/commit/2c09930b6d701d91a0284c6d44086488ffbcb419
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-07-30 (Mon, 30 Jul 2018)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Use proper quotes for python 3.7 on travis.yml


  Commit: 60b1913ba21094da5eb91d8c68642c38f20f6a26
      
https://github.com/pytest-dev/pytest/commit/60b1913ba21094da5eb91d8c68642c38f20f6a26
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-07-30 (Mon, 30 Jul 2018)

  Changed paths:
    M CHANGELOG.rst
    R changelog/2220.bugfix.rst
    R changelog/2283.feature
    R changelog/2639.removal.rst
    R changelog/3295.doc.rst
    R changelog/3519.trivial.rst
    R changelog/3576.feature.rst
    R changelog/3579.feature.rst
    R changelog/3610.feature.rst
    R changelog/3623.feature.rst
    R changelog/3661.removal.rst
    R changelog/3695.bugfix.rst
    R changelog/980.bugfix.rst
    M doc/en/announce/index.rst
    A doc/en/announce/release-3.7.0.rst
    M doc/en/example/markers.rst
    M doc/en/example/nonpython.rst
    M doc/en/example/reportingdemo.rst
    M doc/en/example/simple.rst
    M doc/en/fixture.rst
    M doc/en/getting-started.rst

  Log Message:
  -----------
  Preparing release version 3.7.0


  Commit: 997ef593068a36c283cbb83d938272b9770caa36
      
https://github.com/pytest-dev/pytest/commit/997ef593068a36c283cbb83d938272b9770caa36
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-07-30 (Mon, 30 Jul 2018)

  Changed paths:
    M CHANGELOG.rst

  Log Message:
  -----------
  Fix typos in CHANGELOG


  Commit: 253419316ce09b952862811db229a9e9383a332b
      
https://github.com/pytest-dev/pytest/commit/253419316ce09b952862811db229a9e9383a332b
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-07-30 (Mon, 30 Jul 2018)

  Changed paths:
    M .travis.yml
    M CHANGELOG.rst
    M appveyor.yml
    R changelog/2220.bugfix.rst
    R changelog/2283.feature
    R changelog/2639.removal.rst
    R changelog/3519.trivial.rst
    R changelog/3576.feature.rst
    R changelog/3579.feature.rst
    R changelog/3610.feature.rst
    R changelog/3623.feature.rst
    R changelog/3661.removal.rst
    R changelog/980.bugfix.rst
    M doc/en/announce/index.rst
    A doc/en/announce/release-3.7.0.rst
    M doc/en/cache.rst
    M doc/en/example/markers.rst
    M doc/en/example/nonpython.rst
    M doc/en/example/reportingdemo.rst
    M doc/en/example/simple.rst
    M doc/en/fixture.rst
    M doc/en/getting-started.rst
    M src/_pytest/python_api.py
    M testing/python/approx.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #3738 from nicoddemus/release-3.7.0

Release 3.7.0


Compare: 
https://github.com/pytest-dev/pytest/compare/9f5d73d44afc...253419316ce0
      **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