./devel/py-test_socket, Pytest Plugin to disable socket calls during tests

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.7.0, Package name: py311-test_socket-0.7.0, Maintainer: pkgsrc-users

A plugin to use with Pytest to disable or restrict `socket` calls during
tests to ensure network calls are prevented.


Master sites:

Filesize: 12.099 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-29 10:38:38 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-test_socket: updated to 0.7.0

0.7.0

Enhancements:

Force enable socket CLI flag
Use getaddrinfo() instead of gethostbyname()
Allow both Hosts via IP and Name

Changes:

Removed support for Python 3.7 and older.
Dependency updates
Development updates
Testing updates
Emit license and readme for source distribution
   2023-07-05 23:59:01 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-test_socket: fix PKGNAME to match directory
   2023-07-05 23:06:56 by Thomas Klausner | Files touched by this commit (4)
Log message:
devel/py-test_socket: import py-pytest_socket-0.6.0

A plugin to use with Pytest to disable or restrict `socket` calls during
tests to ensure network calls are prevented.