Skip to content

Commit

Permalink
Don't be strict
Browse files Browse the repository at this point in the history
  • Loading branch information
MonsieurV committed Jul 30, 2022
1 parent ba3d407 commit 5d956d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ def test_api_packages_list(latex_on_http_api_url):
# can changes between TexLive updates / releases.
# (And the exact number is not so important,
# when the full scheme is installed)
assert len(packages) > 4300
assert len(packages) < 4400
assert len(packages) > 4000
assert len(packages) < 5000


PACKAGE_INFO_MANDATORIES_PROPERTIES = [
Expand Down

0 comments on commit 5d956d2

Please sign in to comment.