Unverified Commit 7fe1abbd authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

pypy3Packages.hypothesis: ignore a failing pypy test

parent 206d6c36
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -136,6 +136,10 @@ buildPythonPackage rec {
    "test_resolving_standard_reversible_as_generic"
    "test_resolving_standard_sequence_as_generic"
    "test_specialised_collection_types"
  ]
  ++ lib.optionals isPyPy [
    # hypothesis.errors.Unsatisfiable: Could not find any examples from datetimes(min_value=datetime.datetime(2003, 1, 1, 0, 0), max_value=datetime.datetime(2005, 12, 31, 23, 59, 59, 999999)) that satisfied lambda x: x.month == 2 and x.day == 29
    "test_bordering_on_a_leap_year"
  ];

  pythonImportsCheck = [ "hypothesis" ];