Skip to content

Commit

Permalink
Removed semver package deprecation warning from pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Miko committed Oct 2, 2020
1 parent 1e72a29 commit 7aa21c6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ def pytest_configure(config):
config.addinivalue_line(
"markers", "slow: marks tests as slow (deselect with '-m \"not slow\"')"
)
config.addinivalue_line(
"filterwarnings", "ignore:Function 'semver.compare':DeprecationWarning"
)


@pytest.fixture(scope="session", autouse=True)
Expand Down

0 comments on commit 7aa21c6

Please sign in to comment.