Update contributing doc (#1404)

This commit is contained in:
Dev Khant
2024-06-10 22:44:52 +05:30
committed by GitHub
parent 8fd0e1f3b0
commit 52fd3e0dd4

View File

@@ -67,6 +67,8 @@ We use `pytest` to test our code. You can run the tests by running the following
poetry run pytest
```
Several packages have been removed from Poetry to make the package lighter. Therefore, it is recommended to install the missing libraries individually to ensure all tests pass.
Make sure that all tests pass before submitting a pull request.
## 🚀 Release Process