python3Packages.falcon: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-19 16:41:01 +01:00
parent fcca612255
commit 57719aaa39
@@ -2,7 +2,6 @@
lib,
buildPythonPackage,
pythonAtLeast,
pythonOlder,
isPyPy,
fetchFromGitHub,
@@ -21,7 +20,6 @@
pyyaml,
rapidjson,
requests,
testtools,
ujson,
uvicorn,
websockets,
@@ -72,8 +70,7 @@ buildPythonPackage rec {
msgpack
mujson
ujson
]
++ lib.optionals (pythonOlder "3.10") [ testtools ];
];
enabledTestPaths = [ "tests" ];