AttributeError: 'ReentrantFileLock' object has no attribute '_lock'
Open
stale
- Dominant language
- Python
- Stars
- 4.4k
- Forks
- 437
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 15
Description
when running `make tests` I get the error: `AttributeError: 'ReentrantFileLock' object has no attribute '_lock'` on the master branch
going through the steps in https://docs.kinto-storage.org/en/latest/community.html#get-started
Contributor guide
Research direction
Start with the get-started steps in the linked community documentation and run `make tests` to capture the full traceback. Trace where `ReentrantFileLock` is defined and where its `_lock` attribute is accessed. Done means the reported AttributeError is resolved and the test command completes successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend, testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100