Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Apr 29, 2024
1 parent 2ecfd78 commit aceee6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/Cartopy/test_cartopy.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ def test_matplotlib(selenium):
plt.savefig(fd, format="svg")

content = fd.getvalue().decode("utf8")
assert len(content) == 128428
assert len(content) > 100000
assert content.startswith("<?xml")
1 change: 1 addition & 0 deletions packages/gensim/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ requirements:
- scipy
- six
- smart_open
- wrapt
host:
- numpy
about:
Expand Down
1 change: 1 addition & 0 deletions packages/unyt/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ source:
requirements:
run:
- numpy
- packaging
- sympy
about:
home: https://github.com/yt-project/unyt
Expand Down

0 comments on commit aceee6c

Please sign in to comment.