You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@bhagyashrigai pls add the test log in comment from PR Run.
Logs:-
Successfully installed filelock-3.25.2
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
============================= test session starts ==============================
platform linux -- Python 3.11.13, pytest-9.0.2, pluggy-1.6.0
rootdir: /py-filelock
configfile: pyproject.toml
testpaths: tests
plugins: asyncio-1.3.0, trio-0.8.0, tornasync-0.6.0.post2, mock-3.15.1, timeout-2.4.0
asyncio: mode=Mode.STRICT, debug=False, asyncio_default_fixture_loop_scope=session, asyncio_default_test_loop_scope=function
timeout: 20.0s
timeout method: signal
timeout func_only: False
collected 374 items / 4 deselected / 370 selected
=============================== warnings summary ===============================
tests/test_unix_fallback.py::test_fallback_swaps_to_soft
tests/test_unix_fallback.py::test_fallback_writes_pid_and_hostname
tests/test_unix_fallback.py::test_fallback_release_unlinks_file
tests/test_unix_fallback.py::test_fallback_reentrant_locking
/usr/local/lib/python3.11/site-packages/filelock/_unix.py:82: UserWarning: flock not supported on this filesystem, falling back to SoftFileLock
self._fallback_to_soft_lock()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist
set -eoption enabled and observe success ?