···
25
-
disabled = pythonOlder "3.7";
25
+
disabled = pythonOlder "3.10";
31
-
hash = "sha256-yy9TsNTdk7kfLilXsjDCVAe1C3O70P09It71zU26PKo=";
31
+
hash = "sha256-v0OzRWHlGaBKqqcIyAlVafd/siXVwaTAZqw+Sstju3s=";
build-system = [ setuptools ];
···
"tests/test_oscore_plugtest.py"
64
-
# Communication is not properly mocked
69
-
++ lib.optionals (pythonAtLeast "3.12") [
70
-
# https://github.com/chrysn/aiocoap/issues/339
71
-
"TestServerTCP::test_big_resource"
72
-
"TestServerTCP::test_empty_accept"
73
-
"TestServerTCP::test_error_resources"
74
-
"TestServerTCP::test_fast_resource"
75
-
"TestServerTCP::test_js_accept"
76
-
"TestServerTCP::test_manualbig_resource"
77
-
"TestServerTCP::test_nonexisting_resource"
78
-
"TestServerTCP::test_replacing_resource"
79
-
"TestServerTCP::test_root_resource"
80
-
"TestServerTCP::test_slow_resource"
81
-
"TestServerTCP::test_slowbig_resource"
82
-
"TestServerTCP::test_spurious_resource"
83
-
"TestServerTCP::test_unacceptable_accept"
63
+
# Communication is not properly mocked
pythonImportsCheck = [ "aiocoap" ];
···
description = "Python CoAP library";
homepage = "https://aiocoap.readthedocs.io/";
changelog = "https://github.com/chrysn/aiocoap/blob/${version}/NEWS";
92
-
license = with licenses; [ mit ];
77
+
license = licenses.mit;
maintainers = with maintainers; [ fab ];