Commit 3677e88d authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.marshmallow-dataclass: remove superfluous pythonAtLeast

parent 914c1131
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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"
  ];