典型的"select * from tableX“如下所示:2010-12-28|21|49.28|23305.72010-12-28|23|47.17|21809.92010-12-28|20|1.08115035175016e1.02951149572792e-86|1.90359837597183e+185
2010-12-
当我试图运行docker-compose exec api pytest时,我发现了这个错误,我认为它可能是我的dockerfile。which is not the same as the test file we want to collect:HINT: remove __pycache__ / .pyc files and/or use a unique basename for your test file modules
我<