Skip to content

Commit

Permalink
silence amides warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Jörg Zimmermann committed Jan 2, 2025
1 parent 61d2b28 commit 01429b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/acceptance/test_amides.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def config():
return Configuration(**config_dict)


@pytest.mark.filterwarnings("ignore:Trying to unpickle.*")
def test_amides(tmp_path: Path, configuration: Configuration):
config_path = tmp_path / "generated_config.yml"
config_path.write_text(configuration.as_yaml())
Expand Down
1 change: 1 addition & 0 deletions tests/unit/processor/amides/test_amides.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
from tests.unit.processor.base import BaseProcessorTestCase


@pytest.mark.filterwarnings("ignore:Trying to unpickle.*")
class TestAmides(BaseProcessorTestCase):
CONFIG = {
"type": "amides",
Expand Down

0 comments on commit 01429b3

Please sign in to comment.