python3Packages.pytomlpp: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-14 02:55:29 +01:00
parent 2e7ee782c1
commit e8af6bcadb
@@ -2,7 +2,6 @@
lib,
buildPythonPackage,
fetchFromGitHub,
pythonOlder,
pybind11,
pytestCheckHook,
python-dateutil,
@@ -40,8 +39,7 @@ buildPythonPackage rec {
matplotlib
];
# pelican requires > 2.7
doCheck = !pythonOlder "3.6";
doCheck = true;
disabledTests = [
# incompatible with pytest7