Skip to content

Commit

Permalink
Allow sub-linear complexity (as observed on PyPy).
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 25, 2023
1 parent 8c0a745 commit 4515828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_zipp.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ def test_implied_dirs_performance(self):
max_n=1000,
min_n=1,
)
assert best.__class__ is big_o.complexities.Linear
assert best <= big_o.complexities.Linear

@pass_alpharep
def test_read_does_not_close(self, alpharep):
Expand Down

0 comments on commit 4515828

Please sign in to comment.