python3Packages.hypothesis: remove superfluous pythonOlder
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user