I get this error while running the test for the Arithmetic Formatter
python3 main.py
Traceback (most recent call last):
File "/home/runner/boilerplate-arithmetic-formatter-2/main.py", line 2, in <module>
from pytest import main
ModuleNotFoundError: No module named 'pytest'
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.58
Challenge: Scientific Computing with Python Projects - Arithmetic Formatter
Link to the challenge: