Skip to content

Latest commit

 

History

History
76 lines (54 loc) · 2.09 KB

CHANGELOG.rst

File metadata and controls

76 lines (54 loc) · 2.09 KB

pytest-socket

This document records all notable changes to pytest-socket. This project attempts to adhere to Semantic Versioning.

0.3.5 (2020-05-31)

Bugfix release.

  • Fix bug in marker evaluation #42
  • Refactor tests for clarity

0.3.4 (2020-04-10)

Maintenance release.

  • Drop support for unsupported versions of Python #23
  • Convert toolchain from pip/tox/twine to poetry
  • Replace TravisCI and Appveyor with GitHub Actions #36
  • Update for correct test output #31
  • Add renovatebot for dependecy updates #26

0.3.3 (2019-02-09)

  • Fix hostname check when unicode on Python 2.7.x #22

0.3.2 (2019-01-07)

  • Update support for Pytest 4.1.x
  • Test package on Python 3.7.x
  • Stop testing on pypy

0.3.1 (2018-07-16)

  • Update minimum required pytest version

0.3.0 (2018-07-15)

  • Add support for allowing specific lists of hosts via IP Addresses
  • Change the inherited exception class in tests
  • Add codeclimate to travis output
  • Add coverage reporting
  • Drop support for Python 3.3

0.2.0 (2017-07-15)

  • Reorganized API, requires explicit activation
  • Added Python 3.x compatibility
  • Added ini setting
  • Test all Python versions
  • Relax py.test version requirement

0.1.0 (2017-06-01)

  • Initial public release