Skip to content

Commit

Permalink
Silence useless warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tilk committed Nov 6, 2024
1 parent fb181c0 commit e70ac05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ testpaths =
tests
norecursedirs = '*.egg', '.*', 'build', 'dist', 'venv', '__traces__', '__pycache__'
filterwarnings =
ignore:cannot collect test class 'TestbenchContext':pytest.PytestCollectionWarning
ignore:cannot collect test class 'TestbenchIO':pytest.PytestCollectionWarning
ignore:No files were found in testpaths:pytest.PytestConfigWarning:

0 comments on commit e70ac05

Please sign in to comment.