Skip to content

Commit

Permalink
Merge pull request #237 from WildMeOrg/codecov-docker-break14Apr23
Browse files Browse the repository at this point in the history
Build issues due to package failure
  • Loading branch information
holmbergius authored Apr 17, 2023
2 parents dd88a6d + 7e03d29 commit 30620d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion requirements/runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ keras==2.2.5
line-profiler==3.5.1
lockfile==0.12.2
mako==1.2.2
MarkupSafe<2.1.0
itsdangerous>=0.24,<2.0
markupsafe<2.0.0
# marshmallow==2.21.0
# marshmallow-sqlalchemy==0.12.1
matplotlib==3.5.3
Expand Down
3 changes: 1 addition & 2 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
brunette==0.2.8
codecov==2.1.12
coverage==7.2.1
coverage==7.2.2
pytest==7.2.2
pytest-cov==4.0.0
pytest-random-order==1.1.0
Expand Down
1 change: 1 addition & 0 deletions wbia/other/ibsfuncs.py
Original file line number Diff line number Diff line change
Expand Up @@ -5232,6 +5232,7 @@ def filter_aids_to_species(ibs, aid_list, species, speedhack=True):
>>> aid_list = ibs.get_valid_aids()
>>> species = const.TEST_SPECIES.ZEB_GREVY
>>> aid_list_ = filter_aids_to_species(ibs, aid_list, species)
>>> aid_list_.sort()
>>> result = 'aid_list_ = %r' % (aid_list_,)
>>> print(result)
aid_list_ = [9, 10]
Expand Down

0 comments on commit 30620d4

Please sign in to comment.