Path to this page:
./
devel/py-test_socket,
Pytest Plugin to disable socket calls during tests
Branch: CURRENT,
Version: 0.7.0,
Package name: py311-test_socket-0.7.0,
Maintainer: pkgsrc-usersA 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)
- (2024-01-29) Updated to version: py311-test_socket-0.7.0
- (2023-07-06) Updated to version: py310-test_socket-0.6.0
- (2023-07-05) Package added to pkgsrc.se, version py310-pytest_socket-0.6.0 (created)
CVS history: (Expand)
2024-01-29 10:38:38 by Adam Ciarcinski | Files touched by this commit (3) | |
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.
|