cmu-delphi / delphi-epidata

An open API for epidemiological data.
https://cmu-delphi.github.io/delphi-epidata/
MIT License
100 stars 62 forks source link

`test_csv_uploading` hangs when running with debugger turned on #1481

Open nmdefries opened 2 weeks ago

nmdefries commented 2 weeks ago

This test hangs

repos/delphi/delphi-epidata/integrations/acquisition/covidcast/test_csv_uploading.py

when running Epidata tests with

# To drop into debugger on error
$ [sudo] make test pdb=1

(command from the Epidata dev manual).