python3Packages.marshmallow-dataclass: remove superfluous pythonAtLeast

This commit is contained in:
Robert Schütz
2026-01-19 22:35:19 -08:00
parent 914c1131da
commit 3677e88db0
@@ -4,7 +4,6 @@
fetchFromGitHub,
marshmallow,
pytestCheckHook,
pythonAtLeast,
setuptools,
typeguard,
typing-inspect,
@@ -39,7 +38,7 @@ buildPythonPackage rec {
"-Wignore::DeprecationWarning"
];
disabledTests = lib.optionals (pythonAtLeast "3.10") [
disabledTests = [
# TypeError: UserId is not a dataclass and cannot be turned into one.
"test_newtype"
];