python3Packages.hypothesis: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-19 16:42:00 +01:00
parent 0796b67664
commit b17a55db09
@@ -102,13 +102,6 @@ buildPythonPackage rec {
# calls script with the naked interpreter
"test_constants_from_running_file"
]
++ lib.optionals (pythonOlder "3.10") [
# not sure why these tests fail with only 3.9
# FileNotFoundError: [Errno 2] No such file or directory: 'git'
"test_observability"
"test_assume_has_status_reason"
"test_observability_captures_stateful_reprs"
]
++ lib.optionals (pythonAtLeast "3.12") [
# AssertionError: assert [b'def \... f(): pass'] == [b'def\\', b' f(): pass']
# https://github.com/HypothesisWorks/hypothesis/issues/4355