Branch: refs/heads/master
  Home:   https://github.com/pytest-dev/pytest
  Commit: 820ea6d68f96ed320af5df14ecedbf20a86ed5b2
      
https://github.com/pytest-dev/pytest/commit/820ea6d68f96ed320af5df14ecedbf20a86ed5b2
  Author: Per A. Brodtkorb <per.andreas.brodtk...@gmail.com>
  Date:   2018-01-10 (Wed, 10 Jan 2018)

  Changed paths:
    M doc/en/example/simple.rst

  Log Message:
  -----------
  Update Freezing pytest description in simple.rst 

I have trouble using third party plugins in my frozen program and discovered 
that other people have experienced it as well:

    https://mail.python.org/pipermail//pytest-dev/2015-June/003015.html

The problem is that the mechanism for plugin discovery used by pytest
(setupttools entry points) doesn't work with frozen executables so pytest
can't find any plugins. The solution seems to be to import the third party 
plugins explicitly as shown here:

    https://mail.python.org/pipermail//pytest-dev/2015-June/003018.html

This is not mentioned anywhere in the documentaion.


  Commit: 6fb46a0e79f71d6413ed820bfa1e77fa145aaf89
      
https://github.com/pytest-dev/pytest/commit/6fb46a0e79f71d6413ed820bfa1e77fa145aaf89
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-01-10 (Wed, 10 Jan 2018)

  Changed paths:
    M doc/en/example/simple.rst

  Log Message:
  -----------
  Merge pull request #3104 from pbrod/patch-1

Update Freezing pytest description in simple.rst


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

Reply via email to