icesat2py / icepyx

Python tools for obtaining and working with ICESat-2 data
https://icepyx.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
218 stars 107 forks source link

Running tests modifies my local `.netrc` file #610

Open mfisher87 opened 1 month ago

mfisher87 commented 1 month ago

It looks like this :)

$ cat ~/.netrc 
machine urs.earthdata.nasa.gov login icepyx_devteam password None
machine urs.earthdata.nasa.gov login icepyx_devteam password None
machine urs.earthdata.nasa.gov login icepyx_devteam password None
machine urs.earthdata.nasa.gov login icepyx_devteam password None
<... snip ...>
JessicaS11 commented 1 month ago

Looks like you've encountered your own flavor of https://github.com/nsidc/earthaccess/issues/453... We never did figure out what, exactly, was happening between icepyx + earthaccess + IDEs, but after a few debugging sessions with @betolink and given it seemed to mostly be impacting only me (he couldn't reproduce it anywhere), we ended up moving on to bigger struggles.

mfisher87 commented 1 month ago

I thought this was familiar! :laughing: