10 buildPythonPackage rec {
11 pname = "pytest-socket";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
19 repo = "pytest-socket";
20 rev = "refs/tags/${version}";
21 hash = "sha256-19YF3q85maCVdVg2HOOPbN45RNjBf6kiFAhLut8B2tQ=";
32 # pytest-socket require network for majority of tests
35 pythonImportsCheck = [
40 description = "Pytest Plugin to disable socket calls during tests";
41 homepage = "https://github.com/miketheman/pytest-socket";
42 changelog = "https://github.com/miketheman/pytest-socket/blob/${version}/CHANGELOG.md";
43 license = licenses.mit;
44 maintainers = with maintainers; [ ];