mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 10:05:29 -05:00
Removed unneeded ignores from pytest.ini (#20330)
* Remove specific ResourceWarning filter from pytest.ini * Remove unclosed transport warning from pytest.ini * Remove unclosed socket ResourceWarning filter Removed warning filter for unclosed socket resource. * Remove filter for unclosed file ResourceWarning Removed warning filter for unclosed file resource warnings.
This commit is contained in:
@@ -17,10 +17,6 @@ markers =
|
||||
testpaths = chia/_tests/
|
||||
filterwarnings =
|
||||
error
|
||||
ignore:unclosed <socket\.socket:ResourceWarning
|
||||
ignore:Unclosed client session:ResourceWarning
|
||||
ignore:unclosed file:ResourceWarning
|
||||
ignore:unclosed transport:ResourceWarning
|
||||
ignore:Exception ignored in:pytest.PytestUnraisableExceptionWarning
|
||||
ignore:cannot collect test class:pytest.PytestCollectionWarning
|
||||
ignore:The --rsyncdir command line argument and rsyncdirs config variable are deprecated.:DeprecationWarning
|
||||
|
||||
Reference in New Issue
Block a user