-
-
Notifications
You must be signed in to change notification settings - Fork 142
Move from tox to pytest #192
Copy link
Copy link
Closed
Labels
Type: Improvement 📈Performance improvement not introducing a new feature or requiring a major refactorPerformance improvement not introducing a new feature or requiring a major refactor
Metadata
Metadata
Assignees
Labels
Type: Improvement 📈Performance improvement not introducing a new feature or requiring a major refactorPerformance improvement not introducing a new feature or requiring a major refactor
Description
For python testing:
We don't need tox anymore as most of our stuff is automated using pytest. And in github actions, each tests are run individually in different python containers, thus pytest would suffice our need.