Hi everyone,
pytest 3.1.3 has just been released to PyPI.
This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest
The full changelog is available at
http://doc.pytest.org/en/latest/changelog.html.
Thanks to all who contributed to this release, among them:
* Antoine Legrand
* Bruno Oliveira
* Max Moroz
* Raphael Pierzina
* Ronny Pfannschmidt
* Ryan Fitzpatrick
Happy testing,
The pytest Development Team
vulture - Find dead code
========================
Vulture finds unused classes, functions, imports and variables in your
code. This helps you cleanup and find errors in your programs. If you
run it on both your library and test suite you can find untested code.
Due to Python's dynamic nature, static code analyzers like vulture are
likely to miss some dead code. Also, code that is only called
implicitly may be reported as unused. Nonetheless, vulture can be a
helpful tool for higher code quality.
Download
========
https://github.com/jendrikseipp/vulturehttp://pypi.python.org/pypi/vulture
Features
========
* fast: static code analysis
* lightweight: only one module
* tested: tests itself and has complete test coverage
* complements pyflakes and has the same output syntax
* supports Python 2.6, 2.7 and 3.x
News
====
This release features 3 changes made by "Google summer of code" student
Rahul Jha:
* Automatically include whitelists based on imported modules
(thanks @RJ722).
* Add --version parameter (thanks @RJ722).
* Add appveyor tests for testing on Windows (thanks @RJ722).
Cheers,
Jendrik
We have now opened ticket sales for day tickets to EuroPython 2017
from July 9-17 in Rimini.
* EuroPython 2017 Day Tickets *
https://ep2017.europython.eu/en/registration/
These day passes can be bought online and are valid for the day you
pick up your badge. We have again tried to make these as affordable as
possible for students, pupils and postdocs:
* Student day ticket: EUR 55.00 incl. 22% VAT
(only available for pupils, students and postdoctoral researchers;
please bring your student card or declaration from University,
stating your affiliation, starting and end dates of your contract)
* Personal day ticket: EUR 148.00 incl. 22% VAT
(for people enjoying Python from home)
* Business day ticket: EUR 215.00 excl. VAT, EUR 262.30 incl. 22% VAT
(for people using Python to make a living)
Full conference tickets (valid for all 8 days) at the on-desk rate are
available as well, but we are no longer selling student tickets:
* Personal full ticket: EUR 490.00 incl. 22% VAT
(for people enjoying Python from home, including students, postdocs,
etc.)
* Business full ticket: EUR 720.00 excl. VAT, EUR 878.40 incl. 22% VAT
(for people using Python to make a living)
Please also remember to get your social event ticket for Thursday,
July 13. This is not included in the above conference tickets:
* EuroPython Social Event: EUR 25.00 incl. 10% VAT per person
Please see our registration page for more details.
Enjoy,
--
EuroPython 2017 Team
http://ep2017.europython.eu/http://www.europython-society.org/
PS: Please forward or retweet to help us reach all interested parties:
https://twitter.com/europython/status/881837737879449601
Thanks.
On behalf of the Jython development team, I'm pleased to announce that
Jython 2.7.1 final is released! We thought 2007-07-01 was the perfect time :)
Thanks to Amobee for sponsoring my work on Jython, and thanks to the
many contributors to Jython!
Details are here:
http://fwierzbicki.blogspot.com/2017/07/jython-271-final-released.html
-Frank