| ==================================== ERRORS ====================================
|
| ___________________ ERROR collecting src/_pytest/pastebin.py ___________________
|
| import file mismatch:
|
| imported module '_pytest.pastebin' has this __file__ attribute:
|
| /opt/miniconda3/lib/python3.11/site-packages/_pytest/pastebin.py
|
| which is not the same as the test file we want to collect:
|
| /testbed/src/_pytest/pastebin.py
|
| HINT: remove __pycache__ / .pyc files and/or use a unique basename for your test file modules
|
| =========================== short test summary info ============================
|
| ERROR src/_pytest/pastebin.py
|
| !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
|
| 1 error in 0.09s
|