Mercurial > public > mercurial-scm > hg
comparison tests/test-verify-repo-operations.py @ 51699:ca7bde5dbafb
black: format the codebase with 23.3.0
The CI has moved to 23.3.0, which is the last version that supports 3.7
at runtime, so we should honor this change.
# skip-blame mass-reformating only
author | Rapha?l Gom?s <rgomes@octobus.net> |
---|---|
date | Thu, 18 Jul 2024 12:36:12 +0200 |
parents | 7f0cb9ee0534 |
children | 5713adc51f2a |
comparison
equal
deleted
inserted
replaced
51698:b0a4de6c14f8 | 51699:ca7bde5dbafb |
---|---|
613 settings.register_profile( | 613 settings.register_profile( |
614 'continuous', | 614 'continuous', |
615 settings( | 615 settings( |
616 timeout=-1, | 616 timeout=-1, |
617 stateful_step_count=1000, | 617 stateful_step_count=1000, |
618 max_examples=10 ** 8, | 618 max_examples=10**8, |
619 max_iterations=10 ** 8, | 619 max_iterations=10**8, |
620 database=writeonlydatabase(settings.default.database), | 620 database=writeonlydatabase(settings.default.database), |
621 ), | 621 ), |
622 ) | 622 ) |
623 | 623 |
624 settings.load_profile(os.getenv('HYPOTHESIS_PROFILE', 'default')) | 624 settings.load_profile(os.getenv('HYPOTHESIS_PROFILE', 'default')) |