Skip to content

Commit 686de04

Browse files
authored
python3Packages.tuf: fix failing tests on Darwin (#408081)
2 parents 4e71644 + 29fa278 commit 686de04

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pkgs/development/python-modules/tuf/default.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
fetchFromGitHub,
77
hatchling,
88
pytestCheckHook,
9-
pythonOlder,
109
flit-core,
1110
requests,
1211
securesystemslib,
@@ -17,8 +16,6 @@ buildPythonPackage rec {
1716
version = "6.0.0";
1817
pyproject = true;
1918

20-
disabled = pythonOlder "3.8";
21-
2219
src = fetchFromGitHub {
2320
owner = "theupdateframework";
2421
repo = "python-tuf";
@@ -39,6 +36,8 @@ buildPythonPackage rec {
3936
++ securesystemslib.optional-dependencies.pynacl
4037
++ securesystemslib.optional-dependencies.crypto;
4138

39+
__darwinAllowLocalNetworking = true;
40+
4241
checkInputs = [
4342
freezegun
4443
];

0 commit comments

Comments
 (0)