Skip to content

Bump pytest-socket from 0.3.5 to 0.4.0

Bumps pytest-socket from 0.3.5 to 0.4.0.

Release notes

Sourced from pytest-socket's releases.

0.4.0 (2021-03-30)

Enhancements:

  • Enable Unix sockets selectively with --allow-unix-socket #54
  • Test refactor, add CodeQL scanning
  • Correctly subclass socket.socket #50
  • Add testing against Python 3.9, Dropped testing against Python 3.5
  • Doc updates

https://github.com/miketheman/pytest-socket/compare/0.3.5...0.4.0

Changelog

Sourced from pytest-socket's changelog.

[0.4.0][] (2021-03-30)

Enhancements:

  • Enable Unix sockets selectively with --allow-unix-socket #54
  • Test refactor, add CodeQL scanning
  • Correctly subclass socket.socket #50
  • Add testing against Python 3.9, Dropped testing against Python 3.5
  • Doc updates
Commits
  • 0041f87 pytest-socket, v0.4.0
  • 15a3714 test: add testing for some async frameworks
  • 8815be2 chore: replace rst with markdown
  • d931e1f docs: add details on fixture scope
  • d819f95 docs: update for unix sockets
  • 305b77e Add --allow-unix-socket config option
  • deb9b71 Allow AF_UNIX sockets in GuardedSocket
  • 1117e59 'Refactored by Sourcery'
  • abc3016 Add unit test to ensure that subclasses are still blocked.
  • b37e343 Avoid changing the type of socket.socket to function.
  • Additional commits viewable in compare view

Merge request reports