Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Problem: make unit-test-watch loops forever (bigchaindb#2486)
Solution: BigchainDB by default writes logs in the same directory it is run. The `looponfail` feature provided by pytest waits for changes in the current directory, so it is continuously triggered. This patch tells pytest to only watch the `bigchaindb` and `tests` directories.
- Loading branch information