Skip to content

Commit

Permalink
CHIA-420 remove Backend* warning ignores (#18112)
Browse files Browse the repository at this point in the history
* remove `Backend*` warning ignores

* just tools on windows

* try again

* -k

* trigger but unhandled

* use my pywin32-ctypes branch

* all windows stuff

* less

* pywin32-ctypes==0.2.3

* back

* back
  • Loading branch information
altendky authored Aug 14, 2024
1 parent b1893c7 commit 25f22c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,5 @@ filterwarnings =
ignore:unclosed transport:ResourceWarning
ignore:Exception ignored in:pytest.PytestUnraisableExceptionWarning
ignore:cannot collect test class:pytest.PytestCollectionWarning
ignore:BackendFinder.find_spec\(\) not found; falling back to find_module\(\):ImportWarning
ignore:BackendLoader.exec_module\(\) not found; falling back to load_module\(\):ImportWarning
ignore:The --rsyncdir command line argument and rsyncdirs config variable are deprecated.:DeprecationWarning
ignore:record_property is incompatible with junit_family:pytest.PytestWarning

0 comments on commit 25f22c8

Please sign in to comment.