Skip to content

Commit

Permalink
Remove tenacity related warning suppression for tests (#2070)
Browse files Browse the repository at this point in the history
  • Loading branch information
achave11-ucsc committed Jan 31, 2025
1 parent 504fd8c commit 204243c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/azul_test_case.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,6 @@ class RE(str):
RE(r'.+humancellatlas\.data\.metadata\.api\.LibraryPreparationProcess'),
RE(r'.*humancellatlas\.data\.metadata\.api\.SequencingProcess'),

# FIXME: Upgrade tenacity
# https://github.com/DataBiosphere/azul/issues/2070
'"@coroutine" decorator is deprecated since Python 3.8, use "async def" instead',
# FIXME: https://github.com/DataBiosphere/azul/issues/2758
'OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated',

Expand Down

0 comments on commit 204243c

Please sign in to comment.