Hi,
I have completed Chapter 3 and I’m on Chapter 4.
For some reason I had to delete my python virtual environment and recreate it.
I install packages again using : pip install -r requirements.txt which worked fine.
Now I am unable to run the below command:
pytest -m connection_pooling
I am getting the below error when I run the above in command line.
Can someone help me resolve this ?